From 86deeb5670b8753e9593d512051cc2675806b6c0 Mon Sep 17 00:00:00 2001 From: hrzlgnm Date: Wed, 29 Jan 2025 07:26:17 +0100 Subject: [PATCH] chore: Fully migrate to baptiste0928/cargo-install for installing crates --- .github/workflows/desktop-tauri.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/desktop-tauri.yml b/.github/workflows/desktop-tauri.yml index eb2ad43..2272de4 100644 --- a/.github/workflows/desktop-tauri.yml +++ b/.github/workflows/desktop-tauri.yml @@ -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)