remove npm ci build step

This commit is contained in:
Tanner Sommers 2024-10-04 18:49:21 -05:00
parent 2e10fefc08
commit fd98d4ffa5

View File

@ -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 }}