Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,6 @@ jobs:
cargo install --locked whitaker-installer --version "${WHITAKER_INSTALLER_VERSION}"
fi
fi
# whitaker-installer 0.2.6 probes binstall with the same broken
# `--version` flag, so its dylint-link fallback compiles from
# crates.io and needs rustc >= 1.91 — newer than this repository's
# pinned nightly. Preinstall the prebuilt dylint-link that the
# installer expects so it detects the tool and skips that path.
if cargo binstall -V >/dev/null 2>&1; then
cargo binstall --no-confirm dylint-link@6.0.1
fi
whitaker-installer
- name: Lint
run: make lint
Expand Down
Loading