Try to fix macOS CI

This commit is contained in:
sfan5 2024-03-20 20:37:22 +01:00
parent a9c4683b18
commit 05c8bc8314
1 changed files with 8 additions and 2 deletions

View File

@ -167,8 +167,11 @@ jobs:
- uses: actions/checkout@v4
- name: Install deps
run: |
brew update
brew update --auto-update
brew install cmake libpng jpeg
env:
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK: 1
HOMEBREW_NO_INSTALL_CLEANUP: 1
- name: Build
run: |
@ -185,8 +188,11 @@ jobs:
- uses: actions/checkout@v4
- name: Install deps
run: |
brew update
brew update --auto-update
brew install cmake libpng jpeg sdl2
env:
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK: 1
HOMEBREW_NO_INSTALL_CLEANUP: 1
- name: Build
run: |