Skip to content

Commit 8937754

Browse files
committed
zig all
1 parent 806e31b commit 8937754

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.github/workflows/build-zig-packages.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -120,17 +120,6 @@ jobs:
120120
tar -xzf downloads.tar.gz -C vendor/crazywhalecc/static-php-cli/downloads
121121
rm downloads.tar.gz
122122
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-
134123
- name: Build PHP and packages
135124
run: |
136125
PACKAGES_FLAG=""

0 commit comments

Comments
 (0)