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