Skip to content

Commit

Permalink
WIP: update Mac OS toolchain to gcc 11
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-durand committed Jun 27, 2022
1 parent a6b7bd9 commit 78c025a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ jobs:
steps:
- name: Setup environment - Brew tap
run: |
brew tap modm-ext/arm
brew tap chris-durand/arm
brew tap modm-ext/avr
- name: Setup environment - Brew install
run: |
export HOMEBREW_NO_INSTALL_CLEANUP=1 # saves time
brew update
brew install doxygen boost gcc avr-gcc@10 arm-gcc-bin cmake || true
brew link --force avr-gcc@10
brew install doxygen boost gcc avr-gcc@11 arm-gcc-bin@11 cmake || true
brew link --force avr-gcc@11
# brew upgrade boost gcc git || true
- name: Setup environment - Python pip
Expand Down

0 comments on commit 78c025a

Please sign in to comment.