mirror of
https://github.com/awslabs/aws-crt-php.git
synced 2026-08-18 18:13:09 +00:00
another workaround
This commit is contained in:
@@ -111,8 +111,7 @@ jobs:
|
||||
- name: Build ${{ env.PACKAGE_NAME }} + consumers
|
||||
run: |
|
||||
git clone https://github.com/Microsoft/php-sdk-binary-tools.git php-sdk
|
||||
(gc .\php-sdk\phpsdk-starter.bat) -replace 'cmd /k "!PHP_SDK_VC_SHELL_CMD! && ', 'call "' | Out-File -encoding ASCII .\php-sdk\phpsdk-starter.bat
|
||||
.\win_build.bat
|
||||
./php-sdk/phpsdk-vs16-x64.bat -t ./win_build.bat
|
||||
|
||||
# windows-vc14:
|
||||
# runs-on: windows-latest
|
||||
|
||||
@@ -1,9 +1,5 @@
|
||||
@echo on
|
||||
|
||||
cd ./php-sdk
|
||||
|
||||
./phpsdk-vs16-x64.bat
|
||||
|
||||
phpsdk_buildtree php-8.1
|
||||
|
||||
git clone https://github.com/php/php-src.git && cd php-src
|
||||
|
||||
Reference in New Issue
Block a user