Skip to content

Commit e07e532

Browse files
committed
Add GCC to the build environment.
Needed for the RP2040 bootloader.
1 parent a06a8e8 commit e07e532

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ jobs:
1212
uses: actions/checkout@v1
1313
with:
1414
submodules: true
15+
- name: Install GCC ARM
16+
run: sudo apt-get update && sudo apt-get install -y gcc-arm-none-eabi
1517
- name: Add Target
1618
run: rustup target add thumbv6m-none-eabi
1719
- name: Build

0 commit comments

Comments
 (0)