Skip to content

Commit

Permalink
chore: Fully migrate to baptiste0928/cargo-install for installing cra…
Browse files Browse the repository at this point in the history
…tes (#724)
  • Loading branch information
hrzlgnm authored Jan 29, 2025
1 parent a000398 commit b783642
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/desktop-tauri.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,10 @@ jobs:

- name: 📥 Cached install leptosfmt (macos only)
if: contains(matrix.os, 'macos')
uses: taiki-e/cache-cargo-install-action@44857e0ff6d186da8fe49f9ac9eedae5bbc37a93 # v2.1.0
uses: baptiste0928/cargo-install@91c5da15570085bcde6f4d7aed98cb82d6769fd3 # v3
with:
tool: leptosfmt@0.1.32
crate: leptosfmt
version: 0.1.32
locked: true

- name: 📐 Run leptosfmt and fail if any warnings (macos only)
Expand Down

0 comments on commit b783642

Please sign in to comment.