Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chingc/demo-github-actions-homebrew
A quickstart and reference for my future self.
https://github.com/chingc/demo-github-actions-homebrew
demo quickstart reference
Last synced: 3 days ago
JSON representation
A quickstart and reference for my future self.
- Host: GitHub
- URL: https://github.com/chingc/demo-github-actions-homebrew
- Owner: chingc
- License: mit
- Created: 2024-08-21T03:09:30.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-08-29T14:31:33.000Z (3 months ago)
- Last Synced: 2024-08-29T16:13:15.975Z (3 months ago)
- Topics: demo, quickstart, reference
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Demo
If you develop on macOS you're probably familiar with homebrew.
Did you know it's also available on Linux?
This demo shows how you can leverage its power and convenience to install applications on GitHub Actions runners.
## Overview
- Uses [Homebrew/actions/setup-homebrew](https://github.com/Homebrew/actions/tree/master/setup-homebrew)
## References
- [GitHub Docs: GitHub Actions](https://docs.github.com/en/actions)
- [Homebrew: The Missing Package Manager for macOS (or Linux)](https://brew.sh)