This commit is contained in:
Nick Gerleman
2022-10-14 07:26:16 -07:00
parent 55d614c4c2
commit 6168ad818e
4 changed files with 50 additions and 20 deletions

View File

@@ -0,0 +1,9 @@
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