1
0
Fork 0

install brew

This commit is contained in:
Fijxu 2025-03-29 20:09:08 -03:00
parent 50a12b5e48
commit ebb2076c5c
Signed by: Fijxu
GPG key ID: 32C1DDF333EDA6A4

View file

@ -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