File tree Expand file tree Collapse file tree 1 file changed +10
-7
lines changed
Expand file tree Collapse file tree 1 file changed +10
-7
lines changed Original file line number Diff line number Diff line change 1717 check :
1818 runs-on : macos-latest
1919 steps :
20- - uses : actions/checkout@v2
21- - uses : ructions/toolchain@v2
22- with : {toolchain: stable, components: "clippy, rustfmt"}
20+ - uses : actions/checkout@v4
21+ - uses : actions-rs/toolchain@v1
22+ with :
23+ toolchain : stable
24+ components : clippy rustfmt
2325 - run : cargo clippy -- -D warnings
2426 - run : cargo fmt --all -- --check
2527
@@ -42,13 +44,13 @@ jobs:
4244 echo "FC=$(brew --prefix gcc@13)/bin/gfortran-13" >> $GITHUB_ENV
4345 echo "LIBRARY_PATH=$(brew --prefix gcc@13)/lib/gcc/13" >> $GITHUB_ENV
4446
45- - uses : ructions /toolchain@v2
47+ - uses : actions-rs /toolchain@v1
4648 with :
4749 toolchain : stable
4850
4951 - name : Run tests
5052 run : cargo test --features=${{ matrix.feature }}
51-
53+
5254 test-ubuntu :
5355 runs-on : ubuntu-latest
5456 strategy :
5961 - openblas
6062 steps :
6163 - uses : actions/checkout@v4
62- - uses : ructions/toolchain@v2
63- with : {toolchain: stable}
64+ - uses : actions-rs/toolchain@v1
65+ with :
66+ toolchain : stable
6467 - run : cargo test --features=${{ matrix.feature }}
You can’t perform that action at this time.
0 commit comments