We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e192bc commit 20de19bCopy full SHA for 20de19b
1 file changed
.github/workflows/build-wheels.yaml
@@ -70,6 +70,14 @@ jobs:
70
# TODO: figure out whether we need/want to use other compilers too
71
compiler: "gcc"
72
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"
81
# # From numpy: https://github.com/numpy/numpy/blob/37c9cb68ba7db9c48bc0e3354953c57a78d2b0e8/.github/windows_arm64_steps/action.yml
82
# - name: Install LLVM with checksum verification
83
# if: ${{ matrix.os == 'windows-11-arm' }}
0 commit comments