mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-06 03:18:13 +00:00
ci: do 'brew update' & don't run dependent checks on installed things
This commit is contained in:
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@@ -66,6 +66,8 @@ jobs:
|
|||||||
- name: Setup Macos dependencies
|
- name: Setup Macos dependencies
|
||||||
if: runner.os == 'macOS'
|
if: runner.os == 'macOS'
|
||||||
run: |
|
run: |
|
||||||
|
export HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=1
|
||||||
|
brew update
|
||||||
brew install \
|
brew install \
|
||||||
ninja \
|
ninja \
|
||||||
pkg-config \
|
pkg-config \
|
||||||
|
Reference in New Issue
Block a user