We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74f9b83 commit 52b6bf0Copy full SHA for 52b6bf0
.github/workflows/build-php.yml
@@ -145,17 +145,6 @@ jobs:
145
./bin/${{ env.SPC_BINARY }} download --with-php=${{ matrix.version }} --for-extensions "${{ env.PHP_EXTENSIONS }}" --prefer-pre-built --retry=3
146
cd ../php-bin
147
148
- - name: Bake-in env variables (windows)
149
- if: matrix.os == 'windows-latest'
150
- run: |
151
- set PHPACKER_ENV=production
152
-
153
- - name: Bake-in env variables (unix)
154
- if: matrix.os != 'windows-latest'
155
156
- export PHPACKER_ENV=production
157
158
159
- name: Build PHP
160
run: |
161
cd ../static-php-cli
0 commit comments