We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 806e31b commit 8937754Copy full SHA for 8937754
.github/workflows/build-zig-packages.yml
@@ -120,17 +120,6 @@ jobs:
120
tar -xzf downloads.tar.gz -C vendor/crazywhalecc/static-php-cli/downloads
121
rm downloads.tar.gz
122
123
- - name: Build PHP and packages
124
- run: |
125
- PACKAGES_FLAG=""
126
- if [[ -n "${{ env.PACKAGES }}" ]]; then
127
- PACKAGES_FLAG="--packages=${{ env.PACKAGES }}"
128
- fi
129
- php bin/spp build --target=${{ matrix.target }} --phpv=${{ matrix.php-version }} $PACKAGES_FLAG
130
-
131
- - name: Remove spc build dir to clear up space for gh runners
132
- run: sudo rm -rf vendor/crazywhalecc/static-php-cli/source vendor/crazywhalecc/static-php-cli/buildroot
133
134
- name: Build PHP and packages
135
run: |
136
PACKAGES_FLAG=""
0 commit comments