Skip to content

Commit

Permalink
Add brew to PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
abitrolly committed Jan 2, 2022
1 parent 039aba8 commit 2f556bf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
apt-get -y install --no-install-recommends curl ca-certificates git
curl -fsSLo /tmp/install.sh https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh
/bin/bash /tmp/install.sh
# add `brew` to PATH
echo 'eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"' >> /github/home/.profile
- name: Disk space utils
run: |
Expand Down

0 comments on commit 2f556bf

Please sign in to comment.