Skip to content

Commit

Permalink
ci: update github actions and brew shellenv command usage
Browse files Browse the repository at this point in the history
- fix a typo in the github action name
- update the brew shellenv command to use the homebrew_prefix variable
  • Loading branch information
falcucci committed Sep 19, 2024
1 parent 6462f54 commit b78a6ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
brew install font-noto-nerd-font
elif [[ $RUNNER_OS == "Linux" ]]; then
curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
eval "\$(${HOMEBREW_PREFIX}/bin/brew shellenv)"
brew doctor
fi
Expand Down

0 comments on commit b78a6ed

Please sign in to comment.