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 4b112e5 commit af030ceCopy full SHA for af030ce
.github/workflows/rust-build.yml
@@ -35,10 +35,10 @@ jobs:
35
uses: actions/checkout@v4
36
37
- name: Install Rust toolchain
38
- uses: dtolnay/rust-toolchain@stable
+ uses: dtolnay/rust-toolchain@${{ inputs.rust-version }}
39
with:
40
toolchain: ${{ inputs.rust-version }}
41
- components: clippy, rustfmt, cargo
+ components: clippy, rustfmt
42
43
- name: Cache dependencies
44
if: ${{ inputs.enable-cache }}
0 commit comments