Skip to content

Commit e1c5522

Browse files
committed
Update build.yml
1 parent 2984b60 commit e1c5522

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: macos-latest
1919
steps:
2020
- uses: actions/checkout@v4
21-
- uses: actions-rs/toolchain@v1
21+
- uses: actions-rs/toolchain@v1.0.6
2222
with:
2323
toolchain: stable
2424
components: clippy rustfmt
@@ -44,7 +44,7 @@ jobs:
4444
echo "FC=$(brew --prefix gcc@13)/bin/gfortran-13" >> $GITHUB_ENV
4545
echo "LIBRARY_PATH=$(brew --prefix gcc@13)/lib/gcc/13" >> $GITHUB_ENV
4646
47-
- uses: actions-rs/toolchain@v1
47+
- uses: actions-rs/toolchain@v1.0.6
4848
with:
4949
toolchain: stable
5050

@@ -61,7 +61,7 @@ jobs:
6161
- openblas
6262
steps:
6363
- uses: actions/checkout@v4
64-
- uses: actions-rs/toolchain@v1
64+
- uses: actions-rs/toolchain@v1.0.6
6565
with:
6666
toolchain: stable
6767
- run: cargo test --features=${{ matrix.feature }}

0 commit comments

Comments
 (0)