mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-06 06:34:35 +00:00
ci: do 'brew update' & don't run dependent checks on installed things
This commit is contained in:
parent
d486de6349
commit
c4ca64deaf
1 changed files with 2 additions and 0 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
|
@ -66,6 +66,8 @@ jobs:
|
|||
- name: Setup Macos dependencies
|
||||
if: runner.os == 'macOS'
|
||||
run: |
|
||||
export HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=1
|
||||
brew update
|
||||
brew install \
|
||||
ninja \
|
||||
pkg-config \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue