Skip to content

Commit dc8f600

Browse files
committed
ci: update ci workflows for homebrew installation on macos
- update the homebrew installation script for macos in the ci workflow
1 parent 7f69771 commit dc8f600

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
brew install font-monaspace-nerd-font
9898
brew install font-noto-nerd-font
9999
elif [[ $RUNNER_OS == "Linux" ]]; then
100-
curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh && brew upgrade
100+
curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh
101101
brew doctor
102102
fi
103103

0 commit comments

Comments
 (0)