Skip to content

Commit 4777762

Browse files
Philippe-Choletjswrenn
authored andcommitted
Faster cargo-semver-checks-action with "manual" toolchain installation
1 parent d5084d1 commit 4777762

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,10 @@ jobs:
6969
runs-on: ubuntu-latest
7070
steps:
7171
- uses: actions/checkout@v4
72+
- uses: dtolnay/rust-toolchain@stable
7273
- uses: obi1kenobi/[email protected]
7374
with:
74-
rust-toolchain: stable
75+
rust-toolchain: manual
7576
feature-group: all-features
7677

7778
# Used to signal to branch protections that all other jobs have succeeded.

0 commit comments

Comments
 (0)