Skip to content

Conversation

@Kyle-Ye
Copy link
Contributor

@Kyle-Ye Kyle-Ye commented Aug 30, 2025

Summary

  • Fixes CI pipeline failure on macOS by ensuring the include directory is tracked in git
  • Adds .gitkeep file to Sources/OpenObservationCxx/include/ directory

Problem

The CI build was failing because the empty include directory was not being tracked by git, causing build issues when the Swift package tried to reference the C++ include path.

Solution

Added a .gitkeep file to preserve the directory structure in the repository.

Test plan

  • Verified the directory structure locally
  • CI builds should pass after merging this PR

Fixes the build failure in: https://github.com/OpenSwiftUIProject/OpenObservation/actions/runs/17341483729/job/49235975826

🤖 Generated with Claude Code

The CI pipeline was failing because the empty include directory
was not being tracked by git. Adding .gitkeep ensures the directory
structure is preserved in the repository.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <[email protected]>
@Kyle-Ye Kyle-Ye merged commit f37d988 into main Aug 30, 2025
2 checks passed
@Kyle-Ye Kyle-Ye deleted the fix-ci-include-folder branch August 30, 2025 08:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants