Skip to content

Commit

Permalink
chore: debug why it cant find include
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Phelps <[email protected]>
  • Loading branch information
markphelps committed Jan 23, 2025
1 parent 6017252 commit bade66e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test-swift-sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,11 @@ jobs:
tar -xzvf /tmp/flipt-engine-ffi-iOS-arm64-sim.tar.gz -C /tmp/flipt-engine-ffi-iOS-arm64-sim
tar -xzvf /tmp/flipt-engine-ffi-Darwin-arm64.tar.gz -C /tmp/flipt-engine-ffi-Darwin-arm64
- name: Run tree
run: |
brew install tree
tree flipt-engine-ffi/include
- name: XCode Build
run: |
xcodebuild -create-xcframework \
Expand Down

0 comments on commit bade66e

Please sign in to comment.