summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeth Barberee <seth.barberee@gmail.com>2021-01-28 13:30:32 -0600
committerGitHub <noreply@github.com>2021-01-28 13:30:32 -0600
commit7c7c25ee6469f00e035cb1aa15bd44ef67f26e7a (patch)
tree2381f7762272b655180f16d755b3e2df7af48993
parent1439c44e52e494c371f67374ec1f5486bec12e90 (diff)
Update build.yml
-rw-r--r--.github/workflows/build.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 59abbae..d80dfd3 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -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