Update build.yml

This commit is contained in:
Seth Barberee 2021-01-28 13:30:32 -06:00 committed by GitHub
parent 1439c44e52
commit 7c7c25ee64
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,10 +9,10 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Install xdelta
- name: Install xdelta and ARM GCC
run: |
sudo apt-get update -y
sudo apt-get install -y xdelta3
sudo apt-get install -y xdelta3 gcc-arm-none-eabi
- name: Fetch repo
uses: actions/checkout@master