Skip to content

Commit

Permalink
progress
Browse files Browse the repository at this point in the history
  • Loading branch information
jvdp1 committed Dec 24, 2023
1 parent 4846c7b commit e7ed3b8
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/ci_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,17 @@ jobs:
update: false
install: >-
git
# gcc
mingw-w64-x86_64-gcc
mingw-w64-x86_64-gcc-fortran
# mingw64/mingw-w64-x86_64-gcc
# mingw64/mingw-w64-x86_64-gcc-fortran
python
python-pip
cmake
ninja
mingw-w64-x86_64-gcc
mingw-w64-x86_64-gcc-fortran
# gcc
# mingw64/mingw-w64-x86_64-gcc
# mingw64/mingw-w64-x86_64-gcc-fortran



- name: Install fypp
run: pip install fypp
Expand Down

0 comments on commit e7ed3b8

Please sign in to comment.