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 37b0956 commit 2f7e395Copy full SHA for 2f7e395
.github/workflows/_build-rust.yml
@@ -62,14 +62,12 @@ jobs:
62
steps:
63
- name: Check out
64
uses: actions/checkout@v4
65
- - name: Install Rust toolchain
66
- uses: actions-rs/toolchain@v1
+ - name: Setup Rust toolchain
+ uses: dtolnay/rust-toolchain@stable
67
with:
68
- profile: minimal
69
toolchain: ${{ inputs.rust-version }}
70
- override: true
+ targets: ${{ inputs.rust-target }}
71
components: clippy, rustfmt
72
- target: ${{ inputs.rust-target }}
73
- name: Set up cargo cache
74
uses: actions/cache@v3
75
continue-on-error: false
0 commit comments