recursive checkout

This commit is contained in:
Dengke Tang
2022-11-07 14:34:40 -08:00
parent f9a9ffe1ef
commit d890142459
2 changed files with 3 additions and 4 deletions
+3 -2
View File
@@ -107,11 +107,12 @@ jobs:
- name: Checkout Sources - name: Checkout Sources
uses: actions/checkout@v2 uses: actions/checkout@v2
with: with:
submodules: true submodules: recursive
- name: Build ${{ env.PACKAGE_NAME }} + consumers - name: Build ${{ env.PACKAGE_NAME }} + consumers
run: | run: |
cd ..\
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 .\aws-crt-php\win_build.bat
# windows-vc14: # windows-vc14:
# runs-on: windows-latest # runs-on: windows-latest
-2
View File
@@ -1,7 +1,5 @@
@echo on @echo on
cd ../
echo %CD% echo %CD%
set SOURCE_DIR=%CD%\aws-crt-php set SOURCE_DIR=%CD%\aws-crt-php