Skip to content

Commit 4d0ed6d

Browse files
committed
CI: run windows jobs without waiting for stage2
1 parent 9275c09 commit 4d0ed6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/libcxx-build-and-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ jobs:
239239
240240
windows:
241241
runs-on: windows-2022
242-
needs: [ stage2 ]
242+
#needs: [ stage2 ]
243243
strategy:
244244
fail-fast: false
245245
matrix:

0 commit comments

Comments
 (0)