mirror of https://github.com/libsdl-org/SDL.git
ci: don't do 'brew install pkg-config' anymore II
Assume it is installed by default
This commit is contained in:
parent
0007451222
commit
848fd1eab4
|
|
@ -501,8 +501,6 @@ def spec_to_job(spec: JobSpec, key: str, trackmem_symbol_names: bool) -> JobDeta
|
|||
job.static_lib = StaticLibType.A
|
||||
job.apt_packages = []
|
||||
job.brew_packages.append("ninja")
|
||||
if job.test_pkg_config:
|
||||
job.brew_packages.append("pkg-config")
|
||||
if job.clang_tidy:
|
||||
job.brew_packages.append("llvm")
|
||||
if spec.xcode:
|
||||
|
|
|
|||
Loading…
Reference in New Issue