We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c5c862 commit 4c327a0Copy full SHA for 4c327a0
.github/workflows/swift-windows.yml
@@ -58,8 +58,7 @@ jobs:
58
- name: Build SwiftCrossUI
59
env:
60
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
63
# Requires 6.0, and 6.0 is broken in CI for now.
64
# - name: Build WinUIBackend
65
# run: swift build --target WinUIBackend
+ run: swift build -v
0 commit comments