File tree 1 file changed +4
-8
lines changed
1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change 18
18
runs-on : macos-latest
19
19
steps :
20
20
- uses : actions/checkout@v4
21
- -
uses :
actions-rs/[email protected]
22
- - run : rustup toolchain install nightly-2025-02-06
21
+ - run : rustup toolchain install stable --profile=minimal --component clippy --component rustfmt
23
22
- run : cargo clippy -- -D warnings
24
23
- run : cargo fmt --all -- --check
25
24
42
41
echo "FC=$(brew --prefix gcc@13)/bin/gfortran-13" >> $GITHUB_ENV
43
42
echo "LIBRARY_PATH=$(brew --prefix gcc@13)/lib/gcc/13" >> $GITHUB_ENV
44
43
45
- -
uses :
actions-rs/[email protected]
46
- with :
47
- toolchain : stable
44
+ - name : Install Rust toolchain
45
+ run : rustup toolchain install stable --profile=minimal
48
46
49
47
- name : Run tests
50
48
run : cargo test --features=${{ matrix.feature }}
59
57
- openblas
60
58
steps :
61
59
- uses : actions/checkout@v4
62
- -
uses :
actions-rs/[email protected]
63
- with :
64
- toolchain : stable
60
+ - run : rustup toolchain install stable --profile=minimal
65
61
- run : cargo test --features=${{ matrix.feature }}
You can’t perform that action at this time.
0 commit comments