Open zeshuaro opened 3 years ago
I am also getting this same exact issue. It seems that linux does not have access to download the ruby gems for some reason.
I just managed to skirt around this issue just using this
- name: Install cocoapods run: | sudo gem install cocoapods sudo gem install -n /usr/local/bin cocoapods
I'm getting the following permission error when running on
ubuntu-latest
:PS I tried the same config on
macos-latest
and it's working fine.