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 2984b60 commit e1c5522Copy full SHA for e1c5522
.github/workflows/build.yml
@@ -18,7 +18,7 @@ jobs:
18
runs-on: macos-latest
19
steps:
20
- uses: actions/checkout@v4
21
- - uses: actions-rs/toolchain@v1
+ - uses: actions-rs/toolchain@v1.0.6
22
with:
23
toolchain: stable
24
components: clippy rustfmt
@@ -44,7 +44,7 @@ jobs:
44
echo "FC=$(brew --prefix gcc@13)/bin/gfortran-13" >> $GITHUB_ENV
45
echo "LIBRARY_PATH=$(brew --prefix gcc@13)/lib/gcc/13" >> $GITHUB_ENV
46
47
48
49
50
@@ -61,7 +61,7 @@ jobs:
61
- openblas
62
63
64
65
66
67
- run: cargo test --features=${{ matrix.feature }}
0 commit comments