File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -113,13 +113,6 @@ jobs:
113
113
./bin/spc build --build-cli "${{ env.PHP_EXTENSIONS }}"
114
114
cd ../php-bin
115
115
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
-
123
116
- name : Zip PHP binary, copy metadata
124
117
shell : bash
125
118
run : |
@@ -128,7 +121,6 @@ jobs:
128
121
else
129
122
zip bin/${{ env.SPC_BUILD_OS }}/${{ env.SPC_BUILD_ARCH }}/php-${{ matrix.version }}.zip ../static-php-cli/buildroot/bin/php
130
123
fi
131
- zip bin/${{ env.SPC_BUILD_OS }}/${{ env.SPC_BUILD_ARCH }}/php-${{ matrix.version }}.zip ../static-php-cli/buildroot/bin/php
132
124
cp ../static-php-cli/buildroot/license/* license-files/
133
125
cp ../static-php-cli/buildroot/build-extensions.json build-meta/build-extensions-${{ env.SPC_BUILD_OS }}.json
134
126
cp ../static-php-cli/buildroot/build-libraries.json build-meta/build-libraries-${{ env.SPC_BUILD_OS }}.json
You can’t perform that action at this time.
0 commit comments