Skip to content

Commit

Permalink
Fix github action build_type.
Browse files Browse the repository at this point in the history
  • Loading branch information
stuart6854 committed Nov 24, 2023
1 parent f263c3c commit 9d8fd95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

matrix:
os: [ ubuntu-latest, windows-latest ]
build-type: [ Release ]
build_type: [ Release ]
include:
- os: windows-latest
cpp_compiler: cl
Expand Down

0 comments on commit 9d8fd95

Please sign in to comment.