Skip to content

Commit 2b23770

Browse files
authored
Use rustup install to explicitly install toolchain (#2)
1 parent c9c4b5b commit 2b23770

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
target/
4545
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
4646
- name: Set up toolchain
47-
run: rustup show
47+
run: rustup install
4848
- name: Test
4949
run: cargo test --all-features --workspace
5050

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
with:
3333
fetch-depth: 0
3434
- name: Set up toolchain
35-
run: rustup show
35+
run: rustup install
3636
- name: Release
3737
run: gh release create ${{ github.ref_name }} --generate-notes
3838
env:

0 commit comments

Comments
 (0)