Skip to content

Commit

Permalink
Restore pathing to something accepted (hopefully) by Github Actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
WardF committed Jan 21, 2025
1 parent ba1d08c commit 66221d2
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 @@ -105,7 +105,7 @@ jobs:
runs-on: windows-latest
defaults:
run:
shell: /usr/bin/bash.exe -eo pipefail -o igncr "{0}"
shell: C:/cygwin/bin/bash.exe -eo pipefail -o igncr "{0}"

# shell: C:/cygwin/bin/bash.exe -eo pipefail -o igncr "{0}"

Expand Down

0 comments on commit 66221d2

Please sign in to comment.