Skip to content

Commit

Permalink
[ci] Fix macOS CI GCC installation
Browse files Browse the repository at this point in the history
  • Loading branch information
salkinium committed May 20, 2024
1 parent 199ac94 commit 460bcee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run: |
export HOMEBREW_NO_INSTALL_CLEANUP=1 # saves time
brew update
brew unlink gcc
# brew unlink gcc
brew install doxygen boost gcc@12 avr-gcc@12 arm-gcc-bin@12 cmake || true
brew link --force avr-gcc@12
# brew upgrade boost gcc git || true
Expand Down

0 comments on commit 460bcee

Please sign in to comment.