Skip to content

Commit

Permalink
fixing windows fortran issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mrachh committed Feb 20, 2024
1 parent 733842b commit 6fcc6da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ jobs:
- uses: actions/checkout@v3

- name: Install GCC and make
run: C:\msys64\usr\bin\bash.exe -lc "pacman -Sy --noconfirm make mingw-w64-x86_64-toolchain"
run: C:\msys64\usr\bin\bash.exe -lc "pacman -Sy --noconfirm make mingw-w64-x86_64-toolchain mingw-w64-x86_64-gcc-fortran mingw-w64-x86_64-gcc-libgfortran mingw-w64-x86_64-gcc-libs mingw-w64-x86_64-gcc-lto-dump mingw-w64-x86_64-gcc-objc"

- name: Build and Test Python 3.6
uses: actions/setup-python@v3
Expand Down

0 comments on commit 6fcc6da

Please sign in to comment.