mirror of
https://github.com/Dark98/threeSD.git
synced 2026-07-03 00:38:58 +00:00
412aeaa0d4
Moved MSVC to Github Actions as well.
8 lines
164 B
Bash
Executable File
8 lines
164 B
Bash
Executable File
#!/bin/sh -ex
|
|
|
|
brew update
|
|
brew unlink python@2 || true
|
|
rm '/usr/local/bin/2to3' || true
|
|
brew install qt5 sdl2 p7zip ccache llvm ninja || true
|
|
pip3 install macpack
|