Skip to content

Commit

Permalink
Fix taplo-cli failing to install (#2068)
Browse files Browse the repository at this point in the history
* add `--locked` when installing `taplo-cli`

* switch to `taiki-e/install-action`
  • Loading branch information
jprochazk committed May 11, 2023
1 parent f6cee31 commit 3a6a56b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/reusable_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -253,9 +253,9 @@ jobs:
save-if: false

- name: Install taplo-cli
uses: baptiste0928/cargo-install@v1
uses: taiki-e/install-action@v2
with:
crate: taplo-cli
tool: taplo-cli

- name: Taplo check
run: |
Expand Down

0 comments on commit 3a6a56b

Please sign in to comment.