File tree Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 5959
6060 throttle_delay=5
6161 brew update
62+ brew upgrade
63+ brew cleanup
6264
6365 sleep "$throttle_delay"
6466 brew install --force-bottle cmake
Original file line number Diff line number Diff line change @@ -58,13 +58,10 @@ jobs:
5858 # Currently only supported on Ubuntu
5959
6060 # ARM GCC toolchain (adds the bin dir to PATH)
61- - name : Set up ARM none-eabi GCC 14.x
62- if : matrix.target != 'sim'
63- uses : carlosperate/arm-none-eabi-gcc-action@v1
64- with :
65- release : " 14.2.Rel1" # <-- use 'release', not 'version'
66- path-env-var : ARM_NONE_EABI_GCC_PATH
67-
61+ - name : Set up ARM none-eabi GCC
62+ run : |
63+ sudo apt update
64+ sudo apt install -y gcc-arm-none-eabi
6865
6966 - name : List all environment variables
7067 run : |
You can’t perform that action at this time.
0 commit comments