Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
laves committed Feb 8, 2024
1 parent 223cb35 commit d88b017
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,11 @@ jobs:
with:
node-version: ${{ matrix.node-version }}

- name: Setup Cocoapods 1.14.3
uses: maxim-lobanov/setup-cocoapods@v1
with:
version: 1.14.3

- name: Install dependencies
run: yarn bootstrap

Expand Down

0 comments on commit d88b017

Please sign in to comment.