From ab587091bca2da142297be8be5168827ed4c0376 Mon Sep 17 00:00:00 2001 From: momo5502 Date: Wed, 9 Jul 2025 21:23:32 +0200 Subject: [PATCH] Don't wait for build step --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 750be4e1..b864e949 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -449,7 +449,7 @@ jobs: win-test: name: Windows Test runs-on: windows-latest - needs: [create-emulation-root, build, build-isolate] + needs: [create-emulation-root, build-isolate] strategy: fail-fast: false matrix: