File tree Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Original file line number Diff line number Diff line change 7
7
runs-on : macos-13
8
8
9
9
steps :
10
- # update Xcode version to fix linker bug
11
- # - uses: maxim-lobanov/setup-xcode@v1
12
- # with:
13
- # xcode-version: '14.2'
14
10
15
11
- name : Setup environment - Brew tap
16
12
run : |
21
17
run : |
22
18
export HOMEBREW_NO_INSTALL_CLEANUP=1 # saves time
23
19
brew update
24
- brew install doxygen boost gcc avr-gcc@12 arm-gcc-bin@12 cmake || true
20
+ brew unlink gcc
21
+ brew install doxygen boost gcc@12 avr-gcc@12 arm-gcc-bin@12 cmake || true
25
22
brew link --force avr-gcc@12
26
23
# brew upgrade boost gcc git || true
27
24
60
57
with :
61
58
submodules : ' recursive'
62
59
63
- - name : Update lbuild
64
- if : always()
65
- run : |
66
- pip3 install --upgrade --user --upgrade-strategy=eager modm
67
-
68
60
- name : Hosted Unittests
69
61
if : always()
70
62
run : |
You can’t perform that action at this time.
0 commit comments