Skip to content

Commit 52b6bf0

Browse files
author
Willem Leuverink
authored
Revert env bake-in - handled in build command
1 parent 74f9b83 commit 52b6bf0

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.github/workflows/build-php.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -145,17 +145,6 @@ jobs:
145145
./bin/${{ env.SPC_BINARY }} download --with-php=${{ matrix.version }} --for-extensions "${{ env.PHP_EXTENSIONS }}" --prefer-pre-built --retry=3
146146
cd ../php-bin
147147
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-
run: |
156-
export PHPACKER_ENV=production
157-
158-
159148
- name: Build PHP
160149
run: |
161150
cd ../static-php-cli

0 commit comments

Comments
 (0)