Skip to content

Commit b380478

Browse files
specify which target to build to avoid missing Gtk
1 parent afb6c49 commit b380478

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/swift-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,6 @@ jobs:
5858
- name: Build SwiftCrossUI
5959
env:
6060
PKG_CONFIG_PATH: ${{ github.workspace }}/vcpkg_installed/${{ steps.triplet.outputs.lowercase }}/lib/pkgconfig
61-
run: swift build -v
61+
run: swift build --target SwiftCrossUI -v
6262
- name: Build WinUIBackend
6363
run: swift build --target WinUIBackend

0 commit comments

Comments
 (0)