We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fa2ab2 commit 7b6d3ffCopy full SHA for 7b6d3ff
.github/workflows/main.yml
@@ -26,7 +26,7 @@ jobs:
26
- uses: actions/checkout@v3
27
28
- name: Install Dependencies
29
- run: sudo apt install build-essential gcc-aarch64-linux-gnu bc flex bison 7zip kmod bash cpio binutils tar git wget dpkg libssl-dev
+ run: sudo apt update && sudo apt install build-essential gcc-aarch64-linux-gnu bc flex bison 7zip kmod bash cpio binutils tar git wget dpkg libssl-dev
30
31
- name: Build kernel and rootfs.img
32
run: sudo sh nabu-rootfsKernel_build.sh
0 commit comments