Skip to content

Commit

Permalink
Fix typo in CTest argument
Browse files Browse the repository at this point in the history
  • Loading branch information
Youw committed Feb 21, 2025
1 parent 54fcb0b commit 021c9b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
env:
# set_option known to fail on Github Actions
COMMON_CTEST_ARGS: ---no-compress-output --output-on-failure -E "^set_option$"
COMMON_CTEST_ARGS: --no-compress-output --output-on-failure -E "^set_option$"

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 021c9b9

Please # to comment.