From 2654f52cdd3b497e277d3ccf2ac7e242e899a7be Mon Sep 17 00:00:00 2001 From: John Wellbelove Date: Thu, 1 Oct 2020 10:12:33 +0100 Subject: [PATCH] Add VS2019 configuration to Github CI --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 525f47bd..8dd02c9e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -17,7 +17,7 @@ jobs: submodules: recursive - name: Build - run: "C:/Program Files (x86)/Microsoft Visual Studio/2019/Enterprise/MSBuild/Current/Bin/MSBuild.exe" test/vs2019/etl.sln /p:Configuration=Debug /p:Platform=x86 + run: "C:/Program Files (x86)/Microsoft Visual Studio/2019/Enterprise/MSBuild/Current/Bin/MSBuild.exe test/vs2019/etl.sln /p:Configuration=Debug /p:Platform=x86" - name: Run tests run: ./test/etl_tests