Skip to content

Commit

Permalink
revert sudo brew
Browse files Browse the repository at this point in the history
  • Loading branch information
shouples committed Oct 25, 2024
1 parent de49ed3 commit a232e08
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ install-test-dependencies:
sudo apt-get update; \
sudo apt install -y libgbm1 libgtk-3-0 xvfb; \
elif [ $$(uname -s) = "Darwin" ]; then \
sudo brew update; \
sudo brew install gtk+3; \
sudo brew install --cask xquartz; \
brew update; \
brew install gtk+3; \
brew install --cask xquartz; \
else \
echo "Unsupported OS for headless testing"; \
exit 1; \
Expand Down

0 comments on commit a232e08

Please sign in to comment.