diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2020-10-30 14:59:57 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2020-10-30 15:30:44 -0400 |
commit | 33a2d48888e685fb832ea9e3e30b2df218ab424b (patch) | |
tree | feb1e583d9ae4babf6ee28f1bc7585c2d297cfe7 /.github | |
parent | 7ad36a21644a1eadfc449a56f4756b9c1fa56f88 (diff) | |
download | kutter-33a2d48888e685fb832ea9e3e30b2df218ab424b.tar.gz kutter-33a2d48888e685fb832ea9e3e30b2df218ab424b.tar.xz kutter-33a2d48888e685fb832ea9e3e30b2df218ab424b.zip |
build-test: Build with normal Ubuntu arm-eabi compiler
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build-test.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build-test.yaml b/.github/workflows/build-test.yaml index 916741c9..be4d74c4 100644 --- a/.github/workflows/build-test.yaml +++ b/.github/workflows/build-test.yaml @@ -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 |