Skip to content

Commit

Permalink
Remove non-existent FileViewerExample from CI workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
stackotter committed Apr 7, 2024
1 parent 3f47063 commit 86b41f8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/swift-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ jobs:
swift build --target RandomNumberGeneratorExample && \
swift build --target WindowingExample && \
swift build --target GreetingGeneratorExample && \
swift build --target FileViewerExample && \
swift build --target NavigationExample && \
swift build --target SplitExample && \
swift build --target GtkCodeGen && \
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/swift-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ jobs:
swift build --target RandomNumberGeneratorExample && \
swift build --target WindowingExample && \
swift build --target GreetingGeneratorExample && \
swift build --target FileViewerExample && \
swift build --target NavigationExample && \
swift build --target SplitExample && \
swift build --target GtkCodeGen && \
Expand Down

0 comments on commit 86b41f8

Please sign in to comment.