Skip to content
This repository was archived by the owner on Jun 28, 2025. It is now read-only.

Commit 360f2f8

Browse files
committed
Merge branch 'main' of https://github.com/libredirect/frontends_manager into main
2 parents 04517fb + 8143dd6 commit 360f2f8

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,12 @@ jobs:
3535

3636
- name: Install frontend dependencies
3737
run: npm install
38+
39+
- name: Install dependencies (windows only)
40+
if: matrix.platform == 'windows-latest'
41+
run: npm install @tauri-apps/cli-win32-x64-msvc
3842

39-
- uses: tauri-apps/tauri-action@v0
43+
- uses: tauri-apps/tauri-action@v0.4.4
4044

4145
env:
4246
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)