mirror of
https://github.com/pret/pokeemerald.git
synced 2026-03-21 09:45:09 -05:00
Use apt update before installing bin utils
Seems to fix CLI actions!
This commit is contained in:
parent
6eb688876d
commit
be8057540b
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
|
|
@ -33,6 +33,7 @@ jobs:
|
|||
|
||||
- name: Install binutils
|
||||
run: |
|
||||
sudo apt update
|
||||
sudo apt install gcc-arm-none-eabi binutils-arm-none-eabi libpng-dev
|
||||
# build-essential and git are already installed
|
||||
# gcc-arm-none-eabi is only needed for the modern build
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user