diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b9172e4f..793de4bb 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -11,6 +11,11 @@ jobs: runs-on: [windows-latest] steps: + - name: Checkout + uses: actions/checkout@v2 + with: + submodules: recursive + - name: Build and run run: | cmake.exe --help @@ -21,10 +26,7 @@ jobs: # run: ./test/etl_tests # steps: -# - name: Checkout -# uses: actions/checkout@v2 -# with: -# submodules: recursive + # - name: Add msbuild to PATH # uses: microsoft/setup-msbuild@v1.0.1