Skip to content

Commit afb6c49

Browse files
enable building WinUIBackend
1 parent 6458e9c commit afb6c49

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/swift-windows.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ jobs:
5858
- name: Build SwiftCrossUI
5959
env:
6060
PKG_CONFIG_PATH: ${{ github.workspace }}/vcpkg_installed/${{ steps.triplet.outputs.lowercase }}/lib/pkgconfig
61-
# Requires 6.0, and 6.0 is broken in CI for now.
62-
# - name: Build WinUIBackend
63-
# run: swift build --target WinUIBackend
6461
run: swift build -v
62+
- name: Build WinUIBackend
63+
run: swift build --target WinUIBackend

0 commit comments

Comments
 (0)