Skip to content

Commit

Permalink
FIX: Fix YAML shell definition.
Browse files Browse the repository at this point in the history
  • Loading branch information
DWesl committed Mar 2, 2024
1 parent 638e4f1 commit 2176ac7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_tests_win_cygwin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
runs-on: windows-latest
defaults:
run:
shell: "C:/cygwin/bin/bash.exe" -eo pipefail -o igncr "{0}"
shell: "C:/cygwin/bin/bash.exe -eo pipefail -o igncr {0}"

name: Cygwin-based CMake tests

Expand Down

0 comments on commit 2176ac7

Please sign in to comment.