another workaround

This commit is contained in:
Dengke Tang
2022-11-07 10:28:49 -08:00
parent b85c463ab1
commit ccf616ebf7
2 changed files with 1 additions and 6 deletions
+1 -2
View File
@@ -111,8 +111,7 @@ jobs:
- name: Build ${{ env.PACKAGE_NAME }} + consumers - name: Build ${{ env.PACKAGE_NAME }} + consumers
run: | run: |
git clone https://github.com/Microsoft/php-sdk-binary-tools.git php-sdk 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 ./php-sdk/phpsdk-vs16-x64.bat -t ./win_build.bat
.\win_build.bat
# windows-vc14: # windows-vc14:
# runs-on: windows-latest # runs-on: windows-latest
-4
View File
@@ -1,9 +1,5 @@
@echo on @echo on
cd ./php-sdk
./phpsdk-vs16-x64.bat
phpsdk_buildtree php-8.1 phpsdk_buildtree php-8.1
git clone https://github.com/php/php-src.git && cd php-src git clone https://github.com/php/php-src.git && cd php-src