Skip to content

Commit c04a38c

Browse files
committed
Update build.yml
1 parent 517e5a7 commit c04a38c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,11 @@ jobs:
3535
- openblas
3636
steps:
3737
- uses: actions/checkout@v4
38+
- run: brew install gcc@13
3839
- run: rustup toolchain install stable --profile=minimal
3940
- run: cargo test --features=${{ matrix.feature }}
4041
env:
42+
CC: "$(brew --prefix gcc@13)/bin/gcc-13"
4143
FC: "$(brew --prefix gcc@13)/bin/gfortran-13"
4244
LIBRARY_PATH: "$(brew --prefix gcc@13)/lib/gcc/13"
4345

0 commit comments

Comments
 (0)