Skip to content

Commit

Permalink
BLD: Update windows CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
MilanSkocic committed Nov 12, 2023
1 parent 1e12bcf commit 36e119e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,11 @@ jobs:
uses: msys2/setup-msys2@v2
with:
msystem: MINGW64
install: mingw-w64-x86_64-gcc-fortran
install: >-
mingw-w64-x86_64-gcc-fortran
git
curl
make
- name: Checkout
uses: actions/checkout@v4
- name: Set FPM
Expand Down

0 comments on commit 36e119e

Please sign in to comment.