Skip to content

Commit

Permalink
Update build.yaml
Browse files Browse the repository at this point in the history
for intel mac
  • Loading branch information
Remicck authored Jun 16, 2024
1 parent 4826b1f commit b51037f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ jobs:
sudo apt-get install -y libgtk-3-dev libwebkit2gtk-4.0-dev libappindicator3-dev librsvg2-dev patchelf
- name: install frontend dependencies
run: yarn install # change this to npm or pnpm depending on which one you use
- name: install additional Rust targets (macOS only)
if: matrix.platform == 'macos-latest'
run: rustup target add x86_64-apple-darwin
- uses: tauri-apps/tauri-action@v0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit b51037f

Please sign in to comment.