Skip to content

Commit

Permalink
win test
Browse files Browse the repository at this point in the history
  • Loading branch information
montythind committed Oct 24, 2024
1 parent dea4d11 commit aaeac6e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,14 +55,15 @@ jobs:
which gfortran
which make
- name: Configure with CMake
- name: Configure with CMake
shell: bash
env:
CC: /c/msys64/mingw64/bin/gcc
CXX: /c/msys64/mingw64/bin/g++
FC: /c/msys64/mingw64/bin/gfortran
FC: /c/mingw64/bin/gfortran
run: |
cmake -G "MinGW Makefiles" -B build
cmake -G "MinGW Makefiles" -B build \
-DCMAKE_MAKE_PROGRAM=/c/mingw64/bin/make
- name: Build the project
shell: bash
Expand Down

0 comments on commit aaeac6e

Please sign in to comment.