mirror of
https://ghproxy.com/https://github.com/truecharts/charts.git
synced 2026-07-17 15:10:25 +08:00
actually install brew
This commit is contained in:
2
.github/workflows/apps.release.yaml
vendored
2
.github/workflows/apps.release.yaml
vendored
@@ -67,6 +67,8 @@ jobs:
|
||||
|
||||
- name: install brew and chart releaser
|
||||
run: |
|
||||
apt-get install build-essential curl file git
|
||||
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
|
||||
test -d ~/.linuxbrew && eval $(~/.linuxbrew/bin/brew shellenv)
|
||||
test -d /home/linuxbrew/.linuxbrew && eval $(/home/linuxbrew/.linuxbrew/bin/brew shellenv)
|
||||
test -r ~/.bash_profile && echo "eval \$($(brew --prefix)/bin/brew shellenv)" >>~/.bash_profile
|
||||
|
||||
Reference in New Issue
Block a user