mirror of
https://github.com/awslabs/aws-crt-php.git
synced 2026-08-17 17:47:12 +00:00
recursive checkout
This commit is contained in:
@@ -107,11 +107,12 @@ jobs:
|
||||
- name: Checkout Sources
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
submodules: true
|
||||
submodules: recursive
|
||||
- name: Build ${{ env.PACKAGE_NAME }} + consumers
|
||||
run: |
|
||||
cd ..\
|
||||
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:
|
||||
# runs-on: windows-latest
|
||||
|
||||
@@ -1,7 +1,5 @@
|
||||
@echo on
|
||||
|
||||
cd ../
|
||||
|
||||
echo %CD%
|
||||
|
||||
set SOURCE_DIR=%CD%\aws-crt-php
|
||||
|
||||
Reference in New Issue
Block a user