Skip to content

Commit

Permalink
Fix building of GtkCodeGen in Linux and macOS CI workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
stackotter committed Apr 7, 2024
1 parent 86b41f8 commit 4444871
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/swift-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
sudo apt install -y libgtk-4-dev clang
- name: Build
run: |
swift build --target GtkCodeGen && \
cd Examples && \
swift build --target SwiftCrossUI && \
swift build --target GtkBackend && \
Expand All @@ -27,7 +28,6 @@ jobs:
swift build --target GreetingGeneratorExample && \
swift build --target NavigationExample && \
swift build --target SplitExample && \
swift build --target GtkCodeGen && \
swift build --target GtkExample
- name: Test
run: swift test
2 changes: 1 addition & 1 deletion .github/workflows/swift-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
run: sed -i '' 's/-I..includedir.//g' /usr/local/Homebrew/Library/Homebrew/os/mac/pkgconfig/13/libffi.pc
- name: Build
run: |
swift build --target GtkCodeGen && \
cd Examples && \
swift build --target SwiftCrossUI && \
swift build --target GtkBackend && \
Expand All @@ -28,7 +29,6 @@ jobs:
swift build --target GreetingGeneratorExample && \
swift build --target NavigationExample && \
swift build --target SplitExample && \
swift build --target GtkCodeGen && \
swift build --target GtkExample
- name: Test
run: swift test

0 comments on commit 4444871

Please sign in to comment.