forked from Fijxu/anubis-patches
install brew
This commit is contained in:
parent
50a12b5e48
commit
ebb2076c5c
1 changed files with 7 additions and 0 deletions
7
.github/workflows/docker.yml
vendored
7
.github/workflows/docker.yml
vendored
|
@ -36,6 +36,13 @@ jobs:
|
|||
git config --global user.name "Your Name"
|
||||
git am ../patches/*.patch
|
||||
|
||||
- name: Install Homebrew
|
||||
run: |
|
||||
NONINTERACTIVE=1 /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
|
||||
echo >> /root/.bashrc
|
||||
echo 'eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"' >> /root/.bashrc
|
||||
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
|
||||
|
||||
- name: Set up Homebrew
|
||||
uses: https://github.com/Homebrew/actions/setup-homebrew@master
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue