Skip to content

Commit c25718b

Browse files
committed
build & test on windows
1 parent eb07770 commit c25718b

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/workflows/build.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,3 +125,20 @@ jobs:
125125
run: swift build --build-tests
126126
- name: Test
127127
run: swift test --skip-build
128+
129+
windows_swift_6_1:
130+
runs-on: windows-latest
131+
steps:
132+
- name: Checkout
133+
uses: actions/checkout@v4
134+
- name: Install Swift
135+
uses: SwiftyLab/setup-swift@latest
136+
with:
137+
swift-version: "6.1.2"
138+
visual-studio-components: Microsoft.VisualStudio.Component.Windows11SDK.22621
139+
- name: Version
140+
run: swift --version
141+
- name: Build
142+
run: swift build --build-tests
143+
- name: Test
144+
run: swift test --skip-build

0 commit comments

Comments
 (0)