Skip to content

Commit 04ef806

Browse files
committed
fix: try re-enabling windows ui build automation
Signed-off-by: Nick Mitchell <[email protected]>
1 parent 068ebd7 commit 04ef806

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release-ui.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ jobs:
2222
# args: '--target aarch64-unknown-linux-gnu' # <-- The system library `gdk-3.0` required by crate `gdk-sys` was not found.
2323
- platform: 'ubuntu-22.04' # for Tauri v1 you could replace this with ubuntu-20.04.
2424
args: '--target x86_64-unknown-linux-gnu'
25-
#- platform: 'windows-latest'
26-
# args: ''
25+
- platform: 'windows-latest'
26+
args: ''
2727

2828
runs-on: ${{ matrix.platform }}
2929
defaults:
@@ -68,7 +68,7 @@ jobs:
6868
run: npm ci # change this to npm, pnpm or bun depending on which one you use.
6969

7070
- name: prep interpreter
71-
run: npm run prep-interpreter
71+
run: npm run reprep-interpreter
7272

7373
- name: Install wget for Windows
7474
if: matrix.os == 'windows-latest'

0 commit comments

Comments
 (0)