Skip to content

Commit

Permalink
test removing simlink
Browse files Browse the repository at this point in the history
  • Loading branch information
bakpaul committed Feb 27, 2024
1 parent 4fd1f60 commit a1952a2
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -189,14 +189,14 @@ 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
rm /usr/local/bin/2to3
rm /usr/local/bin/2to3-3.11
rm /usr/local/bin/2to3-3.12
rm /usr/local/bin/idle3
rm /usr/local/bin/idle3.11
rm /usr/local/bin/idle3.12
brew update --force && brew upgrade --force
# rm /usr/local/bin/2to3
# rm /usr/local/bin/2to3-3.11
# rm /usr/local/bin/2to3-3.12
# rm /usr/local/bin/idle3
# rm /usr/local/bin/idle3.11
# rm /usr/local/bin/idle3.12
#
# brew update --force && brew upgrade --force
brew install ccache ninja
brew install glew
elif [[ "$RUNNER_OS" == "Windows" ]]; then
Expand Down

0 comments on commit a1952a2

Please sign in to comment.