Skip to content

Commit

Permalink
Switch to install-action for crates where binaries are available
Browse files Browse the repository at this point in the history
  • Loading branch information
sunshowers committed Oct 1, 2023
1 parent b78ec64 commit 45841bf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,9 @@ jobs:
- name: Lint (rustfmt)
run: cargo xfmt --check
- name: Install cargo readme
uses: baptiste0928/cargo-install@v1
uses: taiki-e/install-action@v2
with:
crate: cargo-readme
version: latest
tool: cargo-readme
- name: Run cargo readme
run: ./scripts/regenerate-readmes.sh
- name: Check for differences
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,9 @@ jobs:
- name: Build rustdoc
run: cargo doc --all-features --workspace
- name: Install mdbook
uses: baptiste0928/cargo-install@v1
uses: taiki-e/install-action@v2
with:
crate: mdbook
version: 0.4
tool: [email protected]
- name: Run mdbook
run: |
cd site
Expand Down

0 comments on commit 45841bf

Please sign in to comment.