Skip to content

Commit aee13f2

Browse files
authored
Upgrading swift-build to 1.5.0-beta.2 (#209)
1 parent 5159a83 commit aee13f2

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

.github/workflows/MistKit.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff 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
@@ -72,7 +73,7 @@ jobs:
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 }}

0 commit comments

Comments
 (0)