X Tutup
Skip to content

Describes usage in Github Actions#3681

Merged
mislav merged 5 commits intocli:trunkfrom
dgreene1:trunk
May 20, 2021
Merged

Describes usage in Github Actions#3681
mislav merged 5 commits intocli:trunkfrom
dgreene1:trunk

Conversation

@dgreene1
Copy link
Copy Markdown
Contributor

Fixes #2410 (comment)

Sorry for the delay @vilmibm.

README.md Outdated

### Github Actions

`gh` is pre-installed on the `ubuntu-latest` [Github Hosted Runner](https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners)
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Isn't gh preinstalled on all github runners? I'm sure it's available on Windows too; I just haven't checked macOS.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I updated the readme in commit 9170ae6 to reflect that it's installed on Github Hosted Runners which reflects @vilmibm's comment in #2410 (comment)

@dgreene1 dgreene1 requested a review from mislav May 20, 2021 13:50
Copy link
Copy Markdown
Contributor

@mislav mislav left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@mislav mislav merged commit ca04e21 into cli:trunk May 20, 2021
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

Successfully merging this pull request may close these issues.

Installing on Ubuntu(latest) through a github action workflow does not work

3 participants

X Tutup