From 29aa68326e6c354b978193044d71b6b68aca92fa Mon Sep 17 00:00:00 2001 From: John Wellbelove Date: Thu, 1 Oct 2020 17:41:41 +0100 Subject: [PATCH] Add VS2019 configuration to Github CI --- .github/workflows/main.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) 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