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 811018c commit 6411909Copy full SHA for 6411909
.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:
0 commit comments