Skip to content

Commit 179fd94

Browse files
committed
Merge branch 'fix/iosCi' of ssh://github.com/react-native-clipboard/clipboard into fix/iosCi
2 parents cc83736 + 890ecc8 commit 179fd94

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/ci.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,9 @@ jobs:
9090
- name: Install Dependencies
9191
run: yarn
9292
- name: Install Podfiles
93-
run: cd example && npx pod-install
93+
run: cd example && yarn pod
94+
- name: Set node binary
95+
run: echo "export NODE_BINARY=$(which node)" > ./ios/.xcode.env
9496
- name: Build example app
9597
run: yarn ios --no-packager
9698
# windows:

example/ios/Podfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1251,4 +1251,4 @@ SPEC CHECKSUMS:
12511251

12521252
PODFILE CHECKSUM: 58b1b5d965384968b1dd12f033ef182aec4c1b6b
12531253

1254-
COCOAPODS: 1.14.3
1254+
COCOAPODS: 1.15.2

0 commit comments

Comments
 (0)