We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cee8d03 commit 5e0e323Copy full SHA for 5e0e323
.github/workflows/build.yml
@@ -196,7 +196,7 @@ jobs:
196
run: |
197
brew install make libelf freeglut patchelf
198
brew tap osx-cross/avr
199
- brew install avr-gcc@5 avr-binutils
+ HOMEBREW_NO_INSTALL_FROM_API=1 brew install avr-gcc@5 avr-binutils
200
export PATH="/usr/local/opt/avr-gcc@5/bin:$PATH"
201
- name: CI-Build
202
0 commit comments