Skip to content

Commit 063de51

Browse files
meddle0x53kaimast
authored andcommitted
Update CircleCI config to run the semver workflow
1 parent da94fb2 commit 063de51

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.circleci/config.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1063,7 +1063,10 @@ jobs:
10631063
name: Check for unused dependencies
10641064
no_output_timeout: 10m
10651065
command: |
1066-
cargo install [email protected]
1066+
set -euo pipefail
1067+
if ! command -v cargo-machete >/dev/null 2>&1; then
1068+
cargo install [email protected] --locked
1069+
fi
10671070
cargo machete
10681071
- clear_environment:
10691072
cache_key: v4.2.0-rust-1.88.0-machete-cache
@@ -1088,7 +1091,8 @@ jobs:
10881091
executor: rust-docker
10891092
resource_class: << pipeline.parameters.twoxlarge >>
10901093
steps:
1091-
- checkout
1094+
- checkout:
1095+
method: full
10921096
- setup_environment:
10931097
cache_key: v4.2.0-rust-1.88.0-cargo-semver-checks-cache
10941098
- run:

0 commit comments

Comments
 (0)