Skip to content

Commit

Permalink
ci: manually create .xcode.env.local to try and fix iOS build
Browse files Browse the repository at this point in the history
  • Loading branch information
mfkrause committed Nov 20, 2024
1 parent a0a0513 commit 4215972
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
run: yarn example pods
- name: Install xcpretty
run: gem install xcpretty
- name: Set .xcode.env.local
run: echo "export NODE_BINARY=$(printf '%q' "$(node -e 'console.log(process.execPath)')")" > ./example/ios/.xcode.env.local
- name: Build app
run: "set -o pipefail && xcodebuild \
CC=clang CPLUSPLUS=clang++ LD=clang LDPLUSPLUS=clang++ \
Expand Down

0 comments on commit 4215972

Please sign in to comment.