use setup-cocoapods GitHub Action

This commit is contained in:
Adam Velebil 2023-12-08 16:04:13 +01:00
parent 2bf77e335f
commit 81f87be470
No known key found for this signature in database
GPG Key ID: C9B1E4A3CBBD2E10

View File

@ -23,6 +23,11 @@ jobs:
with:
python-version: ${{ env.PYVER }}
- name: Set up CocoaPods
uses: maxim-lobanov/setup-cocoapods@v1
with:
podfile-path: macos/Podfile.lock
- name: Cache helper
id: cache-helper
uses: actions/cache@v3