From ad3a6089fb042ea838f347a7859c8ae595a9b903 Mon Sep 17 00:00:00 2001 From: Puyodead1 Date: Fri, 15 Sep 2023 13:32:27 -0400 Subject: [PATCH] Update tauri.yml --- .github/workflows/tauri.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tauri.yml b/.github/workflows/tauri.yml index 4f9712e..3218c68 100644 --- a/.github/workflows/tauri.yml +++ b/.github/workflows/tauri.yml @@ -15,14 +15,14 @@ jobs: if: github.ref == 'refs/heads/dev/tauri' steps: - uses: actions/checkout@v3 + - uses: pnpm/action-setup@v2 + with: + version: latest - name: Setup Node uses: actions/setup-node@v3 with: node-version: 19 cache: "pnpm" - - uses: pnpm/action-setup@v2 - with: - version: latest - name: Install Rust stable uses: dtolnay/rust-toolchain@stable - name: Install Dependencies (Ubuntu only)