File tree Expand file tree Collapse file tree 2 files changed +2
-12
lines changed Expand file tree Collapse file tree 2 files changed +2
-12
lines changed Original file line number Diff line number Diff line change @@ -10,18 +10,13 @@ jobs:
10
10
11
11
steps :
12
12
- uses : actions/checkout@v4
13
- - uses : ammaraskar/gcc-problem-matcher@master
14
- -
uses :
carlosperate/[email protected]
15
- with :
16
- release : ' 9-2020-q2' # The arm-none-eabi-gcc release to use.
17
-
18
13
- uses : actions/setup-python@v5
19
14
with :
20
15
python-version : ' 3.10'
21
16
22
17
- name : Install Dependencies
23
18
run : |
24
- brew install --force ninja
19
+ brew install --force ninja armmbed/formulae/arm-none-eabi-gcc
25
20
26
21
- name : Cached Deps
27
22
id : cache-deps
Original file line number Diff line number Diff line change @@ -13,17 +13,12 @@ jobs:
13
13
14
14
steps :
15
15
- uses : actions/checkout@v4
16
- - uses : ammaraskar/gcc-problem-matcher@master
17
- -
uses :
carlosperate/[email protected]
18
- with :
19
- release : ' 9-2020-q2' # The arm-none-eabi-gcc release to use.
20
-
21
16
- uses : actions/setup-python@v5
22
17
with :
23
18
python-version : ' 3.10'
24
19
25
20
- name : Install Deps
26
- run : sudo apt-get update && sudo apt-get install --assume-yes --allow-downgrades --allow-remove-essential --allow-change-held-packages build-essential pkg-config cmake ninja-build libffi-dev gnome-desktop-testing libasound2-dev libpulse-dev libaudio-dev libjack-dev libsndio-dev libx11-dev libxext-dev libxrandr-dev libxcursor-dev libxfixes-dev libxi-dev libxss-dev libxkbcommon-dev libdrm-dev libgbm-dev libgl1-mesa-dev libgles2-mesa-dev libegl1-mesa-dev libdbus-1-dev libibus-1.0-dev libudev-dev fcitx-libs-dev libpipewire-0.3-dev libwayland-dev libdecor-0-dev ccache
21
+ run : sudo apt-get update && sudo apt-get install --assume-yes --allow-downgrades --allow-remove-essential --allow-change-held-packages build-essential pkg-config cmake ninja-build libffi-dev gnome-desktop-testing libasound2-dev libpulse-dev libaudio-dev libjack-dev libsndio-dev libx11-dev libxext-dev libxrandr-dev libxcursor-dev libxfixes-dev libxi-dev libxss-dev libxkbcommon-dev libdrm-dev libgbm-dev libgl1-mesa-dev libgles2-mesa-dev libegl1-mesa-dev libdbus-1-dev libibus-1.0-dev libudev-dev fcitx-libs-dev libpipewire-0.3-dev libwayland-dev libdecor-0-dev ccache gcc-arm-none-eabi libnewlib-arm-none-eabi
27
22
28
23
- name : Cached Deps
29
24
id : cache-deps
You can’t perform that action at this time.
0 commit comments