Skip to content

Commit 20de19b

Browse files
committed
Try gcc
1 parent 9e192bc commit 20de19b

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/build-wheels.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,14 @@ jobs:
7070
# TODO: figure out whether we need/want to use other compilers too
7171
compiler: "gcc"
7272
version: "13"
73+
- name: Install Fortran compiler - Windows
74+
if: ${{ matrix.os == 'windows-11-arm' }}
75+
uses: fortran-lang/setup-fortran@v1
76+
id: setup-fortran-windows-arm
77+
with:
78+
# TODO: figure out whether we need/want to use other compilers too
79+
compiler: "gcc"
80+
version: "13"
7381
# # From numpy: https://github.com/numpy/numpy/blob/37c9cb68ba7db9c48bc0e3354953c57a78d2b0e8/.github/windows_arm64_steps/action.yml
7482
# - name: Install LLVM with checksum verification
7583
# if: ${{ matrix.os == 'windows-11-arm' }}

0 commit comments

Comments
 (0)