From fa3926bacf423407e4024461d24da739d28af3d9 Mon Sep 17 00:00:00 2001 From: John Wellbelove Date: Wed, 30 Sep 2020 19:47:26 +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 8bbbed00..af013272 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