Skip to content

Commit

Permalink
Faster cargo-semver-checks-action with "manual" toolchain installation
Browse files Browse the repository at this point in the history
  • Loading branch information
Philippe-Cholet authored and jswrenn committed May 16, 2024
1 parent d5084d1 commit 4777762
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- uses: obi1kenobi/[email protected]
with:
rust-toolchain: stable
rust-toolchain: manual
feature-group: all-features

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

0 comments on commit 4777762

Please sign in to comment.