Skip to content

Commit b6e7b60

Browse files
committed
Don't install homebrew.
1 parent 127e5f0 commit b6e7b60

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/generate-docs.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ jobs:
3636
python -m pip install .
3737
3838
if [ "$RUNNER_OS" == "macOS" ]; then
39-
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
4039
install_name_tool -add_rpath /opt/homebrew/lib ./sdl3/bin/darwin-arm64/libSDL3_ttf.dylib
4140
fi
4241

0 commit comments

Comments
 (0)