Skip to content

Commit 6411909

Browse files
committed
chore: disable windows in release-ui automation
Signed-off-by: Nick Mitchell <[email protected]>
1 parent 811018c commit 6411909

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-ui.yml

Lines changed: 2 additions & 2 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:

0 commit comments

Comments
 (0)