From 118764703c8239793dc12751396a041205593064 Mon Sep 17 00:00:00 2001 From: Zelytra Date: Thu, 2 Jan 2025 19:44:07 +0100 Subject: [PATCH] Patch tauri build need --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e634766..9f0c90e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -118,7 +118,7 @@ jobs: test-tauri: name: Tauri Build Test runs-on: ${{ matrix.platform }} - needs: [webapp-build, website-build] + needs: [webapp-build] if: ${{ needs.paths.outputs.webapp == 'true' }} strategy: fail-fast: false