mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-09 09:38:19 +00:00
ci: remove useless command in ci
This commit is contained in:
parent
ac61d8f88a
commit
b6c75e122c
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -92,8 +92,6 @@ jobs:
|
|||
run: |
|
||||
brew update || true
|
||||
brew install pkg-config sdl2 ffmpeg ninja molten-vk vulkan-headers glslang spirv-tools || true
|
||||
# --overwrite for: Target /usr/local/bin/2to3 already exists.
|
||||
brew link --overwrite python@3.11
|
||||
brew upgrade freetype
|
||||
pip3 install dmgbuild
|
||||
echo /Library/Frameworks/Python.framework/Versions/3.11/bin >> $GITHUB_PATH
|
||||
|
|
Loading…
Reference in a new issue