mirror of
https://github.com/Yubico/yubioath-flutter.git
synced 2024-11-22 08:22:16 +03:00
use setup-cocoapods GitHub Action
This commit is contained in:
parent
2bf77e335f
commit
81f87be470
5
.github/workflows/macos.yml
vendored
5
.github/workflows/macos.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user