Skip to content

Commit 31a9f04

Browse files
authored
Update swift-build v1.5.4 (#142)
1 parent 2862d16 commit 31a9f04

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/SyntaxKit.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
type: wasm-embedded
7575
steps:
7676
- uses: actions/checkout@v6
77-
- uses: brightdigit/swift-build@v1.5.3
77+
- uses: brightdigit/swift-build@v1
7878
id: build
7979
with:
8080
type: ${{ matrix.type }}
@@ -120,7 +120,7 @@ jobs:
120120
- name: Enable git symlinks
121121
shell: pwsh
122122
run: git config --global core.symlinks true
123-
- uses: brightdigit/swift-build@v1.5.3
123+
- uses: brightdigit/swift-build@v1
124124
id: build
125125
with:
126126
windows-swift-version: ${{ matrix.swift.version }}
@@ -156,7 +156,7 @@ jobs:
156156

157157
- name: Build and Test
158158
id: build
159-
uses: brightdigit/swift-build@v1.5.3
159+
uses: brightdigit/swift-build@v1
160160
with:
161161
scheme: ${{ env.PACKAGE_NAME }}-Package
162162
type: ${{ matrix.type }}
@@ -239,7 +239,7 @@ jobs:
239239

240240
- name: Build and Test
241241
id: build
242-
uses: brightdigit/swift-build@v1.5.3
242+
uses: brightdigit/swift-build@v1
243243
with:
244244
scheme: ${{ env.PACKAGE_NAME }}-Package
245245
type: ${{ matrix.type }}
@@ -284,7 +284,7 @@ jobs:
284284
large-packages: true
285285
docker-images: true
286286
swap-storage: true
287-
- uses: brightdigit/swift-build@v1.5.3
287+
- uses: brightdigit/swift-build@v1
288288
id: build
289289
with:
290290
type: android

0 commit comments

Comments
 (0)