From ae3c18f10b5c49a7942d4de9559574725cd312a5 Mon Sep 17 00:00:00 2001 From: thewh1teagle <61390950+thewh1teagle@users.noreply.github.com> Date: Tue, 7 May 2024 01:31:48 +0300 Subject: [PATCH] disable linux platform --- .github/workflows/desktop.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/desktop.yaml b/.github/workflows/desktop.yaml index e996d1e..6e0b819 100644 --- a/.github/workflows/desktop.yaml +++ b/.github/workflows/desktop.yaml @@ -18,8 +18,8 @@ jobs: args: '--target aarch64-apple-darwin' - platform: 'macos-latest' # for Intel based macs. args: '--target x86_64-apple-darwin' - - platform: 'ubuntu-22.04' # for Tauri v1 you could replace this with ubuntu-20.04. - args: '' + # - platform: 'ubuntu-22.04' # for Tauri v1 you could replace this with ubuntu-20.04. + # args: '' - platform: 'windows-latest' args: ''