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 3e2223b commit ed51029Copy full SHA for ed51029
.github/workflows/build.yml
@@ -14,8 +14,7 @@ jobs:
14
runs-on: macos-latest
15
steps:
16
- uses: actions/checkout@v4
17
- - uses: ructions/toolchain@v2
18
- with: {toolchain: stable, components: "clippy, rustfmt"}
+ - run: rustup toolchain install stable --profile=minimal --component clippy --component rustfmt
19
- run: cargo clippy -- -D warnings
20
- run: cargo fmt --all -- --check
21
@@ -26,6 +25,5 @@ jobs:
26
25
runs-on: ${{ matrix.os }}
27
28
29
30
- with: {toolchain: stable}
+ - run: rustup toolchain install stable --profile=minimal
31
- run: cargo test
0 commit comments