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.
actions-rs/toolchain
1 parent b4e27fa commit 11b559eCopy full SHA for 11b559e
.github/workflows/format.yml
@@ -10,10 +10,9 @@ jobs:
10
runs-on: ubuntu-latest
11
steps:
12
- name: Toolchain setup
13
- uses: actions-rs/toolchain@v1
+ uses: dtolnay/rust-toolchain@master
14
with:
15
toolchain: nightly
16
- override: true
17
components: rustfmt
18
19
- uses: actions/checkout@v4
.github/workflows/test.yaml
@@ -38,10 +38,9 @@ jobs:
38
path: ~/.cargo/bin
39
key: ${{ runner.os }}-cargo-bin-${{ hashFiles('**/Cargo.lock') }}
40
41
42
43
44
45
components: llvm-tools-preview
46
- name: Install grcov
47
if: matrix.rust-version == 'nightly' && matrix.cargo-args == '--all-features'
0 commit comments