From 6cb4d8829d96863e4992efb3cf4fa03acb31ec11 Mon Sep 17 00:00:00 2001 From: John Wellbelove Date: Thu, 1 Oct 2020 10:18:59 +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 6919ab6d..da4327f7 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -20,7 +20,7 @@ jobs: uses: microsoft/setup-msbuild@v1.0.1 - name: Build - run: MSBuild.exe test/vs2019/etl.sln /p:Configuration=Debug /p:Platform=x86 + run: MSBuild.exe test/vs2019/etl.sln /p:Configuration=debug /p:Platform=x86 - name: Run tests run: ./test/etl_tests