Skip to content

Commit

Permalink
Fix broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy-rifkin committed May 31, 2024
1 parent 046da6e commit 20ae46e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
cmake .. `
-DCMAKE_BUILD_TYPE=${{matrix.target}} `
-DCMAKE_CXX_COMPILER=${{matrix.compiler}} `
-DLIBASSERT_DESIRED_CXX_STANDARD="${{matrix.cxx_version}}" `
-DLIBASSERT_DESIRED_CXX_STANDARD="${{matrix.cxx_version}}"
msbuild .\libassert.sln
build-mingw:
runs-on: windows-2022
Expand Down

0 comments on commit 20ae46e

Please sign in to comment.