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 f20b69d commit 4c0643d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ jobs:
mingw-w64-x86_64-netcdf
mingw-w64-x86_64-netcdf-fortran
msystem: MINGW64

- name: Add MSYS2 to Path
- name: Add MSYS2 to PATH
shell: bash
run: |
echo "C:/msys64/mingw64/bin" >> $GITHUB_ENV
echo "C:/msys64/usr/bin" >> $GITHUB_ENV
echo "PATH=C:/msys64/mingw64/bin:$PATH" >> $GITHUB_ENV
echo "PATH=C:/msys64/usr/bin:$PATH" >> $GITHUB_ENV
- name: Verify pkg-config
run: pkg-config --version
Expand Down

0 comments on commit 4c0643d

Please sign in to comment.