Skip to content

Commit

Permalink
Merge branch 'fix/iosCi' of ssh://github.com/react-native-clipboard/c…
Browse files Browse the repository at this point in the history
…lipboard into fix/iosCi
  • Loading branch information
Naturalclar committed Nov 26, 2024
2 parents cc83736 + 890ecc8 commit 179fd94
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,9 @@ jobs:
- name: Install Dependencies
run: yarn
- name: Install Podfiles
run: cd example && npx pod-install
run: cd example && yarn pod
- name: Set node binary
run: echo "export NODE_BINARY=$(which node)" > ./ios/.xcode.env
- name: Build example app
run: yarn ios --no-packager
# windows:
Expand Down
2 changes: 1 addition & 1 deletion example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1251,4 +1251,4 @@ SPEC CHECKSUMS:

PODFILE CHECKSUM: 58b1b5d965384968b1dd12f033ef182aec4c1b6b

COCOAPODS: 1.14.3
COCOAPODS: 1.15.2

0 comments on commit 179fd94

Please sign in to comment.