We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 068ebd7 commit 04ef806Copy full SHA for 04ef806
.github/workflows/release-ui.yml
@@ -22,8 +22,8 @@ jobs:
22
# args: '--target aarch64-unknown-linux-gnu' # <-- The system library `gdk-3.0` required by crate `gdk-sys` was not found.
23
- platform: 'ubuntu-22.04' # for Tauri v1 you could replace this with ubuntu-20.04.
24
args: '--target x86_64-unknown-linux-gnu'
25
- #- platform: 'windows-latest'
26
- # args: ''
+ - platform: 'windows-latest'
+ args: ''
27
28
runs-on: ${{ matrix.platform }}
29
defaults:
@@ -68,7 +68,7 @@ jobs:
68
run: npm ci # change this to npm, pnpm or bun depending on which one you use.
69
70
- name: prep interpreter
71
- run: npm run prep-interpreter
+ run: npm run reprep-interpreter
72
73
- name: Install wget for Windows
74
if: matrix.os == 'windows-latest'
0 commit comments