Skip to content

Commit 6eb869c

Browse files
committed
Setup cocoapods
1 parent 967e5f5 commit 6eb869c

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/build.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,17 @@ jobs:
1212
uses: maxim-lobanov/setup-xcode@v1
1313
with:
1414
xcode-version: '15.3'
15-
- name: Installation of node
15+
- name: Setup node
1616
uses: actions/setup-node@v3
1717
with:
1818
node-version: 20
1919
registry-url: 'https://registry.npmjs.org'
2020

21+
- name: Setup cocoapods
22+
uses: maxim-lobanov/setup-cocoapods@v1
23+
with:
24+
version: 1.5.2
25+
2126
- name: npm install for SDK
2227
run: npm install
2328

0 commit comments

Comments
 (0)