Skip to content

Commit

Permalink
Try forcing upgrade to fix python3 link
Browse files Browse the repository at this point in the history
  • Loading branch information
bakpaul committed Oct 20, 2023
1 parent 61a9a51 commit 3c23bb9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -189,8 +189,7 @@ 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 link --overwrite [email protected]
brew update && brew upgrade
brew update && brew upgrade --force
brew install ccache ninja
brew install glew
elif [[ "$RUNNER_OS" == "Windows" ]]; then
Expand Down

0 comments on commit 3c23bb9

Please sign in to comment.