Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
montythind committed Oct 23, 2024
1 parent 37a96e5 commit 92deed8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: windows-latest
defaults:
run:
shell: bash
shell: bash # Set shell to Bash globally

steps:
- name: Checkout code
Expand All @@ -30,7 +30,7 @@ jobs:
mingw-w64-x86_64-netcdf-fortran
msystem: MINGW64

- name: Add MSYS2 to PATH
- name: Add MSYS2 to PATH using Environment File
run: |
echo "C:/msys64/mingw64/bin" >> $GITHUB_ENV
echo "C:/msys64/usr/bin" >> $GITHUB_ENV
Expand Down

0 comments on commit 92deed8

Please sign in to comment.