From fd98d4ffa5bcfbd4f53d5bd1eab0ae748f336bb1 Mon Sep 17 00:00:00 2001 From: Tanner Sommers Date: Fri, 4 Oct 2024 18:49:21 -0500 Subject: [PATCH] remove npm ci build step --- .github/workflows/deploy.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index c6e5523..a3aa614 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -58,7 +58,6 @@ jobs: run: | rustup target add x86_64-apple-darwin npm i - npm ci npm run tauri build -- --target x86_64-apple-darwin npm run tauri build -- --target aarch64-apple-darwin env: @@ -69,7 +68,6 @@ jobs: if: matrix.os != 'macos-latest' run: | npm i - npm ci npm run tauri build env: TAURI_SIGNING_PRIVATE_KEY: ${{ secrets.TAURI_SIGNING_PRIVATE_KEY }}