We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'd like to use a GitHub action that will brew install hledger. Not sure what's the command I'd need to pass.
brew install hledger
Here's my current config I'd like to change from apt install to brew install
apt install
brew install
The text was updated successfully, but these errors were encountered:
This is very late, but here's an example, at least for future reference: api.yml in yousefa00/oauth2l
Sorry, something went wrong.
Also see https://github.com/Homebrew/actions/tree/master/setup-homebrew which appears to be official, and works for me.
No branches or pull requests
I'd like to use a GitHub action that will
brew install hledger
. Not sure what's the command I'd need to pass.Here's my current config I'd like to change from
apt install
tobrew install
The text was updated successfully, but these errors were encountered: