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

Commit 05c8bc8

Browse files
committed
Try to fix macOS CI
1 parent a9c4683 commit 05c8bc8

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/workflows/build.yml

+8-2
Original file line numberDiff line numberDiff line change
@@ -167,8 +167,11 @@ jobs:
167167
- uses: actions/checkout@v4
168168
- name: Install deps
169169
run: |
170-
brew update
170+
brew update --auto-update
171171
brew install cmake libpng jpeg
172+
env:
173+
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK: 1
174+
HOMEBREW_NO_INSTALL_CLEANUP: 1
172175

173176
- name: Build
174177
run: |
@@ -185,8 +188,11 @@ jobs:
185188
- uses: actions/checkout@v4
186189
- name: Install deps
187190
run: |
188-
brew update
191+
brew update --auto-update
189192
brew install cmake libpng jpeg sdl2
193+
env:
194+
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK: 1
195+
HOMEBREW_NO_INSTALL_CLEANUP: 1
190196

191197
- name: Build
192198
run: |

0 commit comments

Comments
 (0)