Skip to content

Commit cc7f11b

Browse files
committed
update
1 parent 13c1f23 commit cc7f11b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/macos-x86_64.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,8 @@ jobs:
9898
9999
- name: prepare
100100
run: |
101-
export PATH=${{ github.workspace }}/runtime:$PATH
102-
alias php="php -d curl.cainfo=${{ github.workspace }}/runtime/cacert.pem -d openssl.cafile=${{ github.workspace }}/runtime/cacert.pem"
101+
export PATH=${{ github.workspace }}/runtime/php/:$PATH
102+
alias php="php -d curl.cainfo=${{ github.workspace }}/runtime/php/cacert.pem -d openssl.cafile=${{ github.workspace }}/runtime/php/cacert.pem"
103103
104104
composer install --no-interaction --no-autoloader --no-scripts --profile
105105
composer dump-autoload --optimize --profile
@@ -108,7 +108,7 @@ jobs:
108108
109109
- name: Build
110110
run: |
111-
export PATH=${{ github.workspace }}/runtime:$PATH
111+
export PATH=${{ github.workspace }}/runtime/php/:$PATH
112112
113113
bash ./make.sh all-library
114114

0 commit comments

Comments
 (0)