File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed
Expand file tree Collapse file tree 1 file changed +4
-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+ - run : rustup toolchain install stable --profile=minimal --component clippy --component rustfmt
2322 - run : cargo clippy -- -D warnings
2423 - run : cargo fmt --all -- --check
2524
3635 - openblas
3736 steps :
3837 - uses : actions/checkout@v4
39- - uses : ructions/toolchain@v2
40- with : {toolchain: stable}
38+ - run : rustup toolchain install stable --profile=minimal
4139 - run : cargo test --features=${{ matrix.feature }}
4240 env :
4341 CC : gcc-12
5553 - openblas
5654 steps :
5755 - uses : actions/checkout@v4
58- - uses : ructions/toolchain@v2
59- with : {toolchain: stable}
56+ - run : rustup toolchain install stable --profile=minimal
6057 - run : cargo test --features=${{ matrix.feature }}
You can’t perform that action at this time.
0 commit comments