Skip to content

Commit

Permalink
BUG: Try to fix CI YAML syntax.
Browse files Browse the repository at this point in the history
  • Loading branch information
DWesl authored May 9, 2024
1 parent fbe383d commit e2bbe13
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/run_tests_win_cygwin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,11 +81,10 @@ jobs:
make check -j8 SHELL=/bin/dash
build-and-test-cmake:

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}"

steps:

Expand Down

0 comments on commit e2bbe13

Please sign in to comment.