Skip to content

Commit a232e08

Browse files
committed
revert sudo brew
1 parent de49ed3 commit a232e08

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Makefile

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ install-test-dependencies:
1818
sudo apt-get update; \
1919
sudo apt install -y libgbm1 libgtk-3-0 xvfb; \
2020
elif [ $$(uname -s) = "Darwin" ]; then \
21-
sudo brew update; \
22-
sudo brew install gtk+3; \
23-
sudo brew install --cask xquartz; \
21+
brew update; \
22+
brew install gtk+3; \
23+
brew install --cask xquartz; \
2424
else \
2525
echo "Unsupported OS for headless testing"; \
2626
exit 1; \

0 commit comments

Comments
 (0)