Skip to content

Commit 2771f07

Browse files
committed
Manually invoke cargo-semver-checks to pass in env vars
1 parent 12777dd commit 2771f07

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,13 @@ jobs:
5555
run: |
5656
cargo clippy --workspace --all-targets --bins --tests --examples --features="logging-utils" -- -D warnings
5757
58+
- name: Install cargo-semver-checks
59+
uses: baptiste0928/cargo-install@v3
60+
with:
61+
crate: cargo-semver-checks
62+
5863
- name: Check semver
59-
uses: obi1kenobi/cargo-semver-checks-action@v2
64+
run: cargo semver-checks
6065

6166
publish:
6267
needs:

0 commit comments

Comments
 (0)