Skip to content

Commit dbc9edd

Browse files
committed
Drop unnecessary Rust install in SemVer CI
In the last few days there was incompatibility of `cargo-semver-checks` with the new stable Rust 1.93.0. While this should fixed by today's release of `cargo-semver-checks`, we take the opportunity to drop an unnecessary install step from the CI workflow, as the action will bring their own Rust version if not configured otherwise.
1 parent 6328e1b commit dbc9edd

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/semver.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,5 @@ jobs:
77
steps:
88
- name: Checkout source code
99
uses: actions/checkout@v4
10-
- name: Install Rust stable toolchain
11-
run: |
12-
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --profile=minimal --default-toolchain stable
13-
rustup override set stable
1410
- name: Check SemVer
1511
uses: obi1kenobi/cargo-semver-checks-action@v2

0 commit comments

Comments
 (0)