Skip to content

Commit 0b43e03

Browse files
authored
Fix swift-build version format in Windows job
1 parent d903348 commit 0b43e03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ jobs:
260260
- uses: compnerd/gha-setup-swift@main
261261
with:
262262
swift-version: development
263-
swift-build: swift-DEVELOPMENT-SNAPSHOT-2025-12-01-a
263+
swift-build: DEVELOPMENT-SNAPSHOT-2025-12-01-a
264264
- uses: actions/checkout@v4
265265
- run: python3 ./Vendor/checkout-dependency
266266
# FIXME: CMake build is failing on CI due to "link: extra operand '/OUT:lib\\libXXXX.a'" error

0 commit comments

Comments
 (0)