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 aaeac6e commit e8e8e66
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,15 +55,14 @@ 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/mingw64/bin/gfortran
FC: /c/msys64/mingw64/bin/gfortran
run: |
cmake -G "MinGW Makefiles" -B build \
-DCMAKE_MAKE_PROGRAM=/c/mingw64/bin/make
cmake -G "MinGW Makefiles" -B build
- name: Build the project
shell: bash
Expand Down

0 comments on commit e8e8e66

Please sign in to comment.