mirror of
https://github.com/ratatui/ratatui.git
synced 2025-09-27 04:50:46 +00:00
chore(ci): install pre-built binaries for cargo-rdme (#1477)
`install-action` uses `cargo-binstall` to install the pre-built binaries of `cargo-rdme` (which was released in https://github.com/orium/cargo-rdme/releases/tag/v1.4.7). This will make the `check-readme` step faster in CI (now takes only 10 seconds).
This commit is contained in:
parent
e5e2316451
commit
eaa403856e
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -123,7 +123,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: Swatinem/rust-cache@v2
|
||||
- run: cargo install cargo-rdme
|
||||
- uses: taiki-e/install-action@cargo-rdme
|
||||
- run: cargo xtask check-readme
|
||||
|
||||
# Run cargo rustdoc with the same options that would be used by docs.rs, taking into account the
|
||||
|
Loading…
x
Reference in New Issue
Block a user