Skip to content

Commit 5e0e323

Browse files
committed
Try to fix mac build
1 parent cee8d03 commit 5e0e323

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ jobs:
196196
run: |
197197
brew install make libelf freeglut patchelf
198198
brew tap osx-cross/avr
199-
brew install avr-gcc@5 avr-binutils
199+
HOMEBREW_NO_INSTALL_FROM_API=1 brew install avr-gcc@5 avr-binutils
200200
export PATH="/usr/local/opt/avr-gcc@5/bin:$PATH"
201201
- name: CI-Build
202202
run: |

0 commit comments

Comments
 (0)