File tree 2 files changed +2
-10
lines changed
2 files changed +2
-10
lines changed Original file line number Diff line number Diff line change @@ -18,17 +18,10 @@ jobs:
18
18
with :
19
19
components : rustfmt, clippy
20
20
- uses : Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2.7.3
21
- - name : Install just and cargo-hack
21
+ - name : Install just, cargo-hack, and cargo-sync-rdme
22
22
uses : taiki-e/install-action@v2
23
23
with :
24
- tool : just,cargo-hack
25
- - name : Install fork of cargo-sync-rdme
26
- # This is a fork of cargo-sync-rdme with a fix for
27
- # https://github.com/gifnksm/cargo-sync-rdme/pull/514 included -- remove
28
- # once merged upstream.
29
- run : |
30
- curl -LsSf https://github.com/sunshowers/cargo-sync-rdme/releases/download/v0.4.2-b.1%2Bsunshowers/cargo-sync-rdme-v0.4.2-b.1+sunshowers-x86_64-unknown-linux-gnu.tar.gz \
31
- | tar zxf - -C ${CARGO_HOME:-~/.cargo}/bin
24
+ tool : just,cargo-hack,cargo-sync-rdme
32
25
- name : Lint (clippy)
33
26
run : just powerset clippy --all-targets
34
27
- name : Lint (rustfmt)
Original file line number Diff line number Diff line change @@ -21,7 +21,6 @@ rustdoc *args:
21
21
22
22
# Generate README.md files using `cargo-sync-rdme`.
23
23
generate-readmes :
24
- # Please install via cargo install --locked --git https://github.com/sunshowers/cargo-sync-rdme for now.
25
24
cargo sync-rdme --toolchain nightly --workspace --all-features
26
25
27
26
# Run cargo release in CI.
You can’t perform that action at this time.
0 commit comments