Skip to content

Commit 84865bd

Browse files
authored
Install gcc-arm-none-eabi
1 parent 905a45f commit 84865bd

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

.github/workflows/stm32-build.yaml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -44,17 +44,6 @@ jobs:
4444
https://repo.hex.pm
4545
https://cdn.jsdelivr.net/hex
4646
47-
- name: Install arm-embedded toolchain
48-
if: ${{ steps.builddeps-cache.outputs.cache-hit != 'true' }}
49-
working-directory: /home/runner
50-
run: |
51-
set -euo pipefail
52-
cd /home/runner
53-
wget https://developer.arm.com/-/media/Files/downloads/gnu/11.3.rel1/binrel/arm-gnu-toolchain-11.3.rel1-x86_64-arm-none-eabi.tar.xz \
54-
--output-document=$RUNNER_TEMP/arm-gnu-toolchain-11.3.rel1-x86_64-arm-none-eabi.tar.xz
55-
tar xJf $RUNNER_TEMP/arm-gnu-toolchain-11.3.rel1-x86_64-arm-none-eabi.tar.xz
56-
pwd && ls
57-
5847
- name: Checkout and build libopencm3
5948
if: ${{ steps.builddeps-cache.outputs.cache-hit != 'true' }}
6049
working-directory: /home/runner
@@ -71,7 +60,7 @@ jobs:
7160
run: sudo apt update
7261

7362
- name: "Install deps"
74-
run: sudo apt install -y cmake gperf
63+
run: sudo apt install -y cmake gperf gcc-arm-none-eabi
7564

7665
- name: Checkout repo
7766
uses: actions/checkout@v4

0 commit comments

Comments
 (0)