mirror of
https://github.com/pret/pokepinballrs.git
synced 2026-03-21 17:24:13 -05:00
Fix github actions build
This commit is contained in:
parent
e6294201ab
commit
018ce17fa8
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
|
@ -20,7 +20,9 @@ jobs:
|
|||
path: 'agbcc'
|
||||
|
||||
- name: Install binutils
|
||||
run: sudo apt install gcc-arm-none-eabi binutils-arm-none-eabi xdelta3 libpng-dev
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install gcc-arm-none-eabi binutils-arm-none-eabi xdelta3 libpng-dev
|
||||
|
||||
- name: Install agbcc
|
||||
working-directory: 'agbcc'
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user