We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 517e5a7 commit c04a38cCopy full SHA for c04a38c
.github/workflows/build.yml
@@ -35,9 +35,11 @@ jobs:
35
- openblas
36
steps:
37
- uses: actions/checkout@v4
38
+ - run: brew install gcc@13
39
- run: rustup toolchain install stable --profile=minimal
40
- run: cargo test --features=${{ matrix.feature }}
41
env:
42
+ CC: "$(brew --prefix gcc@13)/bin/gcc-13"
43
FC: "$(brew --prefix gcc@13)/bin/gfortran-13"
44
LIBRARY_PATH: "$(brew --prefix gcc@13)/lib/gcc/13"
45
0 commit comments