File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments