I don't know

This commit is contained in:
Dengke Tang
2022-11-07 10:36:09 -08:00
parent ccf616ebf7
commit f879b17a32
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -111,7 +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
./php-sdk/phpsdk-vs16-x64.bat -t ./win_build.bat .\php-sdk\phpsdk-vs16-x64.bat -t .\win_build.bat
# windows-vc14: # windows-vc14:
# runs-on: windows-latest # runs-on: windows-latest
+2
View File
@@ -1,5 +1,7 @@
@echo on @echo on
cd php-sdk
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