diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 87f039e4..78762c64 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 + MSBuild etl.sln /property:Configuration=Debug build-visual-studio-no-stl: runs-on: windows-latest @@ -31,4 +31,4 @@ jobs: - name: Build and run run: | cmake -DBUILD_TESTS=ON -DNO_STL=ON ./ - MSBuild etl.sln + MSBuild etl.sln /property:Configuration=Debug