Skip to content

Commit

Permalink
only install taplo if needed
Browse files Browse the repository at this point in the history
  • Loading branch information
ironpeak committed Dec 28, 2024
1 parent 761656f commit 56ecdeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
uses: Swatinem/rust-cache@v2

- name: Install Taplo
run: cargo install --force --locked taplo-cli
run: which taplo || cargo install --locked taplo-cli

- name: Format
run: |
Expand Down

0 comments on commit 56ecdeb

Please sign in to comment.