Skip to content

Commit 7b6d3ff

Browse files
authored
Update main.yml
1 parent 7fa2ab2 commit 7b6d3ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- uses: actions/checkout@v3
2727

2828
- 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
29+
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
3030

3131
- name: Build kernel and rootfs.img
3232
run: sudo sh nabu-rootfsKernel_build.sh

0 commit comments

Comments
 (0)