Skip to content

Commit 25acaf8

Browse files
committed
Disable install step as it currently fails
1 parent 2a9bf9a commit 25acaf8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build-package-files.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,9 @@ jobs:
4545
- name: "Read current package version"
4646
run: echo "PACKAGE_VERSION=$(./bin/update-release-version.php version)" >> "$GITHUB_ENV"
4747

48-
- name: "Install release archive to verify correctness"
49-
run: pecl install mongodb-${{ env.PACKAGE_VERSION }}.tgz
48+
# Currently fails with: Cannot install, php_dir for channel "pecl.php.net" is not writeable by the current user
49+
# - name: "Install release archive to verify correctness"
50+
# run: pecl install mongodb-${{ env.PACKAGE_VERSION }}.tgz
5051

5152
- name: "Upload archive"
5253
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)