File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -34,10 +34,11 @@ jobs:
3434 type : " wasm-embedded"
3535 steps :
3636 - uses : actions/checkout@v4
37- - uses : brightdigit/swift-build@v1.5.0-beta.1
37+ - uses : brightdigit/swift-build@v1.5.0-beta.2
3838 id : build
3939 with :
4040 type : ${{ matrix.type }}
41+ wasmtime-version : " 40.0.2"
4142 wasm-swift-flags : >-
4243 -Xcc -D_WASI_EMULATED_SIGNAL
4344 -Xcc -D_WASI_EMULATED_MMAN
7273 build : 6.2-RELEASE
7374 steps :
7475 - uses : actions/checkout@v4
75- - uses : brightdigit/swift-build@v1.5.0-beta.1
76+ - uses : brightdigit/swift-build@v1.5.0-beta.2
7677 id : build
7778 with :
7879 windows-swift-version : ${{ matrix.swift.version }}
@@ -112,7 +113,7 @@ jobs:
112113 large-packages : true
113114 docker-images : true
114115 swap-storage : true
115- - uses : brightdigit/swift-build@v1.5.0-beta.1
116+ - uses : brightdigit/swift-build@v1.5.0-beta.2
116117 with :
117118 scheme : ${{ env.PACKAGE_NAME }}
118119 type : android
@@ -186,7 +187,7 @@ jobs:
186187
187188 - name : Build and Test
188189 id : build
189- uses : brightdigit/swift-build@v1.5.0-beta.1
190+ uses : brightdigit/swift-build@v1.5.0-beta.2
190191 with :
191192 scheme : ${{ env.PACKAGE_NAME }}
192193 type : ${{ matrix.type }}
You can’t perform that action at this time.
0 commit comments