mirror of
https://github.com/brain-hackers/buildbrain
synced 2024-12-22 12:10:12 +09:00
Update package index before setup deps
This commit is contained in:
parent
d482d3ccf9
commit
e199f13d88
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -12,7 +12,7 @@ jobs:
|
||||
with:
|
||||
submodules: true
|
||||
- name: Install deps
|
||||
run: sudo apt install build-essential bison flex libncurses5-dev gcc-arm-linux-gnueabi qemu-user-static
|
||||
run: sudo apt update && sudo apt install build-essential bison flex libncurses5-dev gcc-arm-linux-gnueabi qemu-user-static
|
||||
|
||||
- name: Build nkbin-maker
|
||||
run: make nkbin-maker
|
||||
|
Loading…
Reference in New Issue
Block a user