Files
yoga/.github/actions/setup-apple/action.yml
Nick Gerleman 6168ad818e Apple
2022-10-14 07:26:16 -07:00

10 lines
200 B
YAML

name: Setup Apple envirionment
runs:
using: "composite"
steps:
# TODO: This and Ruby should be versioned
- name: Install Cocoapods
shell: bash
run: sudo gem install cocoapods