mirror of
https://github.com/awslabs/aws-crt-php.git
synced 2026-08-18 01:57:13 +00:00
hack around it
This commit is contained in:
@@ -110,7 +110,9 @@ jobs:
|
||||
submodules: true
|
||||
- name: Build ${{ env.PACKAGE_NAME }} + consumers
|
||||
run: |
|
||||
./win_build.bat
|
||||
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
|
||||
|
||||
# windows-vc14:
|
||||
# runs-on: windows-latest
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
@echo on
|
||||
|
||||
git clone https://github.com/Microsoft/php-sdk-binary-tools.git php-sdk
|
||||
cd ./php-sdk
|
||||
|
||||
./phpsdk-vs16-x64.bat
|
||||
|
||||
Reference in New Issue
Block a user