Skip to content

Commit

Permalink
Merge pull request #7 from fredroy/v4_no_brew_upgrade
Browse files Browse the repository at this point in the history
MacOS: Dont upgrade brew (automatically)
  • Loading branch information
hugtalbot authored Oct 25, 2023
2 parents 74d5768 + 849da4c commit 3514a69
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,6 @@ runs:
sudo apt-get -qq install freeglut3-dev libopengl0
sudo apt-get -qq install libpng-dev libjpeg-dev libtiff-dev libglew-dev zlib1g-dev
elif [[ "$RUNNER_OS" == "macOS" ]]; then
brew update && brew upgrade
brew install ccache ninja
brew install glew
elif [[ "$RUNNER_OS" == "Windows" ]]; then
Expand Down

0 comments on commit 3514a69

Please sign in to comment.