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 956f13e commit fae4b33
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
mingw-w64-x86_64-cmake
mingw-w64-x86_64-netcdf
mingw-w64-x86_64-netcdf-fortran
mingw-w64-x86_64-pkgconf
msystem: MINGW64

- name: Add MSYS2 to PATH
Expand All @@ -42,9 +43,10 @@ jobs:

- name: Verify pkg-config
shell: bash
run: /mingw64/bin/pkg-config --version
run: pkg-config --version

- name: Configure with CMake
shell: bash
run: cmake -G "MinGW Makefiles" -B build -D PKG_CONFIG_EXECUTABLE=C:/msys64/mingw64/bin/pkg-config

- name: Build the project
Expand Down

0 comments on commit fae4b33

Please sign in to comment.