Skip to content

Commit

Permalink
chore: wip
Browse files Browse the repository at this point in the history
  • Loading branch information
LichKing-2234 committed Nov 9, 2023
1 parent 34f85d9 commit e9eb047
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,9 @@ runs:

- name: Setup cocoapods
if: ${{ runner.os == 'macOS' }}
run: |
gem install cocoapods -v 1.13.0
gem install activesupport -v 7.0.8
shell: bash
uses: maxim-lobanov/setup-cocoapods@v1
with:
version: 1.13.0

- name: Cache dependencies
id: yarn-cache
Expand Down

0 comments on commit e9eb047

Please sign in to comment.