File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -135,3 +135,19 @@ jobs:
135
135
run : swift sdk install https://github.com/finagolfin/swift-android-sdk/releases/download/6.0.3/swift-6.0.3-RELEASE-android-24-0.1.artifactbundle.tar.gz --checksum 4566f23ae2d36dc5c02e915cd67d83b2af971faca4b2595fdd75cf0286acfac1
136
136
- name : Build
137
137
run : swift build --swift-sdk aarch64-unknown-linux-android24
138
+
139
+ windows_swift_6_0 :
140
+ runs-on : windows-latest
141
+ steps :
142
+ - name : Checkout
143
+ uses : actions/checkout@v4
144
+ - name : Install Swift
145
+ uses : SwiftyLab/setup-swift@latest
146
+ with :
147
+ swift-version : " 6.0.3"
148
+ - name : Version
149
+ run : swift --version
150
+ - name : Build
151
+ run : swift build --build-tests
152
+ - name : Test
153
+ run : swift test --skip-build
You can’t perform that action at this time.
0 commit comments