We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95e5b87 commit 71ed927Copy full SHA for 71ed927
.github/workflows/swift-linux.yml
@@ -20,8 +20,8 @@ jobs:
20
sudo apt install -y libgtk-4-dev libgtk-3-dev clang
21
- name: Build
22
run: |
23
- cd Examples && \
24
swift build --target GtkCodeGen && \
+ cd Examples && \
25
swift build --target SwiftCrossUI && \
26
swift build --target GtkBackend && \
27
swift build --target Gtk3Backend && \
.github/workflows/swift-macos.yml
@@ -19,8 +19,8 @@ jobs:
19
run: brew install pkg-config gtk4 gtk+3 || echo "This step 'fails' every time but it's just a brew linking error - not important."
0 commit comments