Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to run in self-hosted instances #17

Open
ppamorim opened this issue Aug 6, 2021 · 1 comment
Open

Unable to run in self-hosted instances #17

ppamorim opened this issue Aug 6, 2021 · 1 comment

Comments

@ppamorim
Copy link

ppamorim commented Aug 6, 2021

When running in a self-hosted instance of github-actions, I get this error:

Screenshot 2021-08-06 at 11 16 08

Possibly because the self-hosted instance does not have access to sudo.

@HugoGresse
Copy link

Issue is still present :/

But you can go around it by seting up ruby first :


            - uses: ruby/setup-ruby@v1
              with:
                  ruby-version: 3.0.0
            -   name: setup-cocoapods
                uses: maxim-lobanov/setup-cocoapods@v1
                with:
                    podfile-path: ios/Podfile.lock

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants