Skip to content

Commit

Permalink
Update tauri-builds.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
p0ryae authored May 16, 2024
1 parent 3060b6c commit b8f590e
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/tauri-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,15 @@ jobs:
strategy:
fail-fast: false
matrix:
platform: [windows-latest, macos-13, macos-latest]
include:
- platform: 'macos-latest'
args: '--target aarch64-apple-darwin'
- platform: 'macos-latest'
args: '--target x86_64-apple-darwin'
- platform: 'ubuntu-22.04'
args: ''
- platform: 'windows-latest'
args: ''

runs-on: ${{ matrix.platform }}
steps:
Expand All @@ -25,7 +33,7 @@ jobs:
if: matrix.platform == 'ubuntu-latest'
run: |
sudo apt-get update
sudo apt-get install -y libgtk-3-dev webkit2gtk-4.0 libappindicator3-dev librsvg2-dev patchelf
sudo apt-get install -y webkit2gtk-4.0 libappindicator3-dev librsvg2-dev patchelf
- name: install app dependencies and build front-end
run: yarn install && yarn build
Expand Down

0 comments on commit b8f590e

Please sign in to comment.