We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f69771 commit dc8f600Copy full SHA for dc8f600
.github/workflows/ci.yml
@@ -97,7 +97,7 @@ jobs:
97
brew install font-monaspace-nerd-font
98
brew install font-noto-nerd-font
99
elif [[ $RUNNER_OS == "Linux" ]]; then
100
- curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh && brew upgrade
+ curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh
101
brew doctor
102
fi
103
0 commit comments