Skip to content

Commit cec2ca7

Browse files
committed
windows: Only build once
Signed-off-by: Daniel Schaefer <[email protected]>
1 parent dc6676b commit cec2ca7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ jobs:
1111
fail-fast: false
1212
matrix:
1313
os: [windows-latest]
14-
generator: ["Ninja", "Unix Makefiles"]
15-
mbedtls: ["mbedtls", ""]
16-
libusb: ["libusb", ""]
17-
compile: ["compile", ""]
14+
generator: ["Ninja"]
15+
mbedtls: [""]
16+
libusb: ["libusb"]
17+
compile: ["compile"]
1818
exclude:
1919
- os: 'windows-latest'
2020
generator: "Unix Makefiles"

0 commit comments

Comments
 (0)