Skip to content

Commit 41bbfb1

Browse files
leogdionclaude
andcommitted
Test swift-build fix for Windows cache and symlinks
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent a459e7b commit 41bbfb1

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.2
77+
- uses: brightdigit/swift-build@90-windows-cache-symlinks
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.2
123+
- uses: brightdigit/swift-build@90-windows-cache-symlinks
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.2
159+
uses: brightdigit/swift-build@90-windows-cache-symlinks
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.2
242+
uses: brightdigit/swift-build@90-windows-cache-symlinks
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.2
287+
- uses: brightdigit/swift-build@90-windows-cache-symlinks
288288
id: build
289289
with:
290290
type: android

0 commit comments

Comments
 (0)