Skip to content

Commit 4c327a0

Browse files
enable swift build since swiftlang/swift-package-manager#6644 is fixed
1 parent 9c5c862 commit 4c327a0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/swift-windows.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,7 @@ jobs:
5858
- name: Build SwiftCrossUI
5959
env:
6060
PKG_CONFIG_PATH: ${{ github.workspace }}/vcpkg_installed/${{ steps.triplet.outputs.lowercase }}/lib/pkgconfig
61-
# Only build the library target to work around apple/swift-package-manager#6644
62-
run: swift build --target SwiftCrossUI -v
6361
# Requires 6.0, and 6.0 is broken in CI for now.
6462
# - name: Build WinUIBackend
6563
# run: swift build --target WinUIBackend
64+
run: swift build -v

0 commit comments

Comments
 (0)