Skip to content
This repository has been archived by the owner on May 13, 2024. It is now read-only.

Commit

Permalink
Try to fix macOS CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sfan5 committed Mar 20, 2024
1 parent a9c4683 commit 05c8bc8
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand All @@ -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: |
Expand Down

0 comments on commit 05c8bc8

Please sign in to comment.