adafruit / Adafruit_nRF52_Bootloader

USB-enabled bootloaders for the nRF52 BLE SoC chips
MIT License
438 stars 393 forks source link

[Bug] CI builds failing for pull requests #190

Closed glenne closed 3 years ago

glenne commented 3 years ago

Describe the bug All pull requests are failing checks due to build errors:

/bin/sh: 1: arm-none-eabi-gcc: not found

To Reproduce Submit a pull request or view any of the recent pull requests.

Expected behavior Builds do not fail unless a compiler syntax error is present.

hathach commented 3 years ago

thanks for the issue, it is due to toolchain installation path changes, and is just fixed. Please merge/rebase your PR from latest master.

glenne commented 3 years ago

Thanks. I've updated my PR.