Skip to content

Commit

Permalink
test mingw
Browse files Browse the repository at this point in the history
  • Loading branch information
gha3mi committed Jan 20, 2024
1 parent f12b14f commit 2a601fb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/CI_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ jobs:
- name: Install LAPACK and BLAS
if: matrix.os == 'windows-latest'
run: |
choco install mingw
choco install mingw-make
choco install mingw-w64-x86_64-lapack
choco install mingw-w64-x86_64-blas
choco install -y mingw
choco install -y mingw-make
choco install -y mingw-w64-x86_64-lapack
choco install -y mingw-w64-x86_64-blas
- name: Setup Fortran Compiler
uses: fortran-lang/setup-fortran@main
Expand Down

0 comments on commit 2a601fb

Please sign in to comment.