From 3f37897a4868d46b0f5469482bd5212967367184 Mon Sep 17 00:00:00 2001 From: John Wellbelove Date: Wed, 30 Sep 2020 19:48:07 +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 af013272..60946008 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -17,7 +17,7 @@ jobs: submodules: recursive - name: Build Binary - run: "C:\Program Files (x86)\Microsoft Visual Studio/2019/Enterprise/MSBuild/Current/Bin/msbuild.exe" /p:Configuration=Debug /p:Platform=x86 + run: "C:\Program Files (x86)/Microsoft Visual Studio/2019/Enterprise/MSBuild/Current/Bin/msbuild.exe" /p:Configuration=Debug /p:Platform=x86 - name: Run tests run: ./test/etl_tests