Update package index before setup deps

This commit is contained in:
f0reachARR 2020-11-05 11:39:42 +09:00
parent d482d3ccf9
commit e199f13d88
1 changed files with 1 additions and 1 deletions

View File

@ -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