Skip to content

Commit 8f38a0f

Browse files
committed
Enable windows builds
1 parent 2686346 commit 8f38a0f

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,8 @@ jobs:
3939
release-builds:
4040
name: Release builds
4141
uses: apple/swift-nio/.github/workflows/release_builds.yml@main
42+
with:
43+
windows_6_0_enabled: true
44+
windows_6_1_enabled: true
45+
windows_nightly_main_enabled: true
46+
windows_nightly_main_enabled: true

.github/workflows/pull_request.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,8 @@ jobs:
4747
release-builds:
4848
name: Release builds
4949
uses: apple/swift-nio/.github/workflows/release_builds.yml@main
50+
with:
51+
windows_6_0_enabled: true
52+
windows_6_1_enabled: true
53+
windows_nightly_main_enabled: true
54+
windows_nightly_main_enabled: true

0 commit comments

Comments
 (0)