install homebrew

This commit is contained in:
techknowlogick 2023-04-14 17:32:38 -04:00
parent 788cc82533
commit cc14f2e1bc
1 changed files with 7 additions and 0 deletions

View File

@ -9,6 +9,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: install tools
run: |
apt update -y
apt install build-essential procps curl file git
- name: install homebrew
run: |
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
- uses: https://github.com/Homebrew/actions/setup-homebrew@master
name: Set up Homebrew