Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
… into main
  • Loading branch information
ManeraKai committed Feb 24, 2024
2 parents 04517fb + 8143dd6 commit 360f2f8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,12 @@ jobs:

- name: Install frontend dependencies
run: npm install

- name: Install dependencies (windows only)
if: matrix.platform == 'windows-latest'
run: npm install @tauri-apps/cli-win32-x64-msvc

- uses: tauri-apps/tauri-action@v0
- uses: tauri-apps/tauri-action@v0.4.4

env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 360f2f8

Please sign in to comment.