From 49735baa6d1940dd52d72b7f14333f364afa95a1 Mon Sep 17 00:00:00 2001 From: John Wellbelove Date: Sun, 16 Aug 2020 19:27:45 +0100 Subject: [PATCH] Github actions for MSVC --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b5b75af7..c96dd05c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -18,7 +18,7 @@ jobs: - name: Build and run run: | cmake -DBUILD_TESTS=ON ./ - MSBuild etl.sln /property:Configuration=Debug /p:Platform="Win32" + MSBuild etl.sln /property:Configuration=Debug /property:Platform="x86" ./etl.exe build-visual-studio-no-stl: @@ -32,5 +32,5 @@ jobs: - name: Build and run run: | cmake -DBUILD_TESTS=ON ./ - MSBuild etl.sln /property:Configuration=DebugNoSTL /p:Platform="Win32" + MSBuild etl.sln /property:Configuration=DebugNoSTL /property:Platform="x86" ./etl.exe