Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)