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 1eba44c commit 917c8b6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,10 @@ jobs:
run: pip install fypp

- name: test pacman
run: pacman -Ss gcc-fortran
run: pacman -Qi gcc-fortran

- name: test pacman
run: gcc-fortran --version

- run: >-
cmake
Expand Down

0 comments on commit 917c8b6

Please sign in to comment.