Skip to content

Commit

Permalink
Merge pull request #563 from trobonox/main
Browse files Browse the repository at this point in the history
chore: add extra dep for arm mac CI
  • Loading branch information
trobonox authored Jun 12, 2024
2 parents 376c3b7 + 9762144 commit 5c40337
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,9 @@ jobs:
- name: Build Frontend
run: yarn && yarn generate

- name: Install Tauri cli
run: npm install --save-dev @tauri-apps/cli
- name: Install Tauri CLI
if: matrix.platform.rust_target == 'aarch64-apple-darwin'
run: yarn add -D @tauri-apps/cli-darwin-arm64

- uses: JonasKruckenberg/[email protected]
id: tauri_build
Expand Down

0 comments on commit 5c40337

Please sign in to comment.