Add debootstrap to deps

This commit is contained in:
f0reachARR 2020-11-05 11:56:54 +09:00
parent 86bdc23834
commit 7ea704e702
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ jobs:
- name: Workaround for apt update failure
run: sudo rm /etc/apt/sources.list.d/github_git-lfs.*
- name: Install deps
run: sudo apt update && 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 debootstrap
- name: Build nkbin-maker
run: make nkbin-maker