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 6c7b3bc commit dded9cd
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,12 @@ jobs:

- name: Configure with CMake
shell: bash
run: cmake -G "MinGW Makefiles" -B build
run: |
cmake -G "MinGW Makefiles" -B build \
-DCMAKE_MAKE_PROGRAM=/c/msys64/mingw64/bin/make \
-DCMAKE_C_COMPILER=/c/msys64/mingw64/bin/gcc \
-DCMAKE_CXX_COMPILER=/c/msys64/mingw64/bin/g++ \
-DCMAKE_Fortran_COMPILER=/c/msys64/mingw64/bin/gfortran
- name: Build the project
shell: bash
Expand Down

0 comments on commit dded9cd

Please sign in to comment.