mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-11 16:46:16 +00:00
Don't wait for build step
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user