Skip to content

Commit

Permalink
Make sure MSYS2 bash is a login shell on GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
jasagredo committed Jul 31, 2024
1 parent 9e9ae96 commit 73abcb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
strategy:
matrix:
sys:
- { os: windows-latest, shell: "C:/msys64/usr/bin/bash.exe -e {0}" }
- { os: windows-latest, shell: "C:/msys64/usr/bin/bash.exe -l -e {0}" }
- { os: ubuntu-latest, shell: bash }
- { os: macos-13, shell: bash }
# If you remove something from here, then add it to the old-ghcs job.
Expand Down

0 comments on commit 73abcb0

Please sign in to comment.