Skip to content

Commit 71ed927

Browse files
committed
Fix Linux and macOS CI workflows
1 parent 95e5b87 commit 71ed927

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/swift-linux.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ jobs:
2020
sudo apt install -y libgtk-4-dev libgtk-3-dev clang
2121
- name: Build
2222
run: |
23-
cd Examples && \
2423
swift build --target GtkCodeGen && \
24+
cd Examples && \
2525
swift build --target SwiftCrossUI && \
2626
swift build --target GtkBackend && \
2727
swift build --target Gtk3Backend && \

.github/workflows/swift-macos.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ jobs:
1919
run: brew install pkg-config gtk4 gtk+3 || echo "This step 'fails' every time but it's just a brew linking error - not important."
2020
- name: Build
2121
run: |
22-
cd Examples && \
2322
swift build --target GtkCodeGen && \
23+
cd Examples && \
2424
swift build --target SwiftCrossUI && \
2525
swift build --target GtkBackend && \
2626
swift build --target Gtk3Backend && \

0 commit comments

Comments
 (0)