Skip to content

Commit

Permalink
ctest changed --config to -C (or --build-config)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukka committed Jul 5, 2024
1 parent 203ca41 commit 1b43f45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,4 +89,4 @@ jobs:
buildPreset: default-multi
buildPresetAdditionalArgs: "['--config Release']"
testPreset: default-multi
testPresetAdditionalArgs: "['--config Release']"
testPresetAdditionalArgs: "['--build-config', 'Release']"

0 comments on commit 1b43f45

Please sign in to comment.