build-test: Build with normal Ubuntu arm-eabi compiler

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
Kevin O'Connor 2020-10-30 14:59:57 -04:00
parent 7ad36a2164
commit 33a2d48888
3 changed files with 1 additions and 24 deletions

View file

@ -9,7 +9,7 @@ jobs:
- uses: actions/checkout@v2
- name: Install system dependencies
run: sudo apt-get install gcc-avr avr-libc pv libmpfr-dev libgmp-dev libmpc-dev texinfo libncurses5-dev bison flex python-virtualenv virtualenv python-dev libffi-dev build-essential
run: sudo apt-get install gcc-avr avr-libc pv libmpfr-dev libgmp-dev libmpc-dev texinfo libncurses5-dev bison flex python-virtualenv virtualenv python-dev libffi-dev build-essential libnewlib-arm-none-eabi gcc-arm-none-eabi binutils-arm-none-eabi
- name: Setup cache
uses: actions/cache@v2