Skip to content

Commit f2672c1

Browse files
fix(ci): install cargo-workspace-inheritance-check in CI
The `cargo workspace-inheritance-check` command requires the `cargo-workspace-inheritance-check` crate to be installed. Add it to the taiki-e/install-action tool list so the `just lint` recipe succeeds on the nightly toolchain. Co-authored-by: CommandCodeBot <noreply@commandcode.ai>
1 parent 307a303 commit f2672c1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
# Only tools actually invoked by the Justfile recipes below.
2929
- uses: taiki-e/install-action@v2
3030
with:
31-
tool: just,cargo-shear,rumdl,cargo-nextest
31+
tool: just,cargo-shear,rumdl,cargo-nextest,cargo-workspace-inheritance-check
3232

3333
- name: Install cargo-sort
3434
run: cargo install cargo-sort

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ futures-rustls = "0.26.0"
236236
futures-util = "0.3.34"
237237
getrandom = "0.4.3"
238238
governor = "0.10"
239-
hickory-resolver = "0.26.2"
239+
hickory-resolver = "0.26.1"
240240
hmac = "0.13.0"
241241
hotpath = "0.25.1"
242242
http = "1.5.0"

0 commit comments

Comments
 (0)