Skip to content

Commit 768715f

Browse files
authored
fix
1 parent a697b2b commit 768715f

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/build-php.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -113,13 +113,6 @@ jobs:
113113
./bin/spc build --build-cli "${{ env.PHP_EXTENSIONS }}"
114114
cd ../php-bin
115115
116-
- name: Install Zip on WSL
117-
if: matrix.os == 'windows-latest'
118-
shell: bash
119-
run: |
120-
apt-get update
121-
apt-get install zip -y
122-
123116
- name: Zip PHP binary, copy metadata
124117
shell: bash
125118
run: |
@@ -128,7 +121,6 @@ jobs:
128121
else
129122
zip bin/${{ env.SPC_BUILD_OS }}/${{ env.SPC_BUILD_ARCH }}/php-${{ matrix.version }}.zip ../static-php-cli/buildroot/bin/php
130123
fi
131-
zip bin/${{ env.SPC_BUILD_OS }}/${{ env.SPC_BUILD_ARCH }}/php-${{ matrix.version }}.zip ../static-php-cli/buildroot/bin/php
132124
cp ../static-php-cli/buildroot/license/* license-files/
133125
cp ../static-php-cli/buildroot/build-extensions.json build-meta/build-extensions-${{ env.SPC_BUILD_OS }}.json
134126
cp ../static-php-cli/buildroot/build-libraries.json build-meta/build-libraries-${{ env.SPC_BUILD_OS }}.json

0 commit comments

Comments
 (0)