Skip to content

Commit f0e090f

Browse files
chinh4theproMaccraft123
authored andcommitted
.github/workflows/build.yml: fix build.yml
Adds missing dependencies for build and fetching the repository with submodules
1 parent 53f1b8e commit f0e090f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ jobs:
1111

1212
steps:
1313
- uses: actions/checkout@v2
14+
with:
15+
submodules: 'true'
1416

1517
- name: Run a multi-line script
1618
run: |
@@ -22,7 +24,7 @@ jobs:
2224
2325
sudo apt update
2426
sudo apt build-dep linux
25-
sudo apt install libarchive-tools curl wget f2fs-tools cgpt vboot-utils libncurses-dev gawk flex bison openssl libssl-dev dkms libelf-dev libudev-dev libpci-dev libiberty-dev autoconf qemu-user-static gcc-aarch64-linux-gnu binutils-aarch64-linux-gnu llvm clang
27+
sudo apt install libarchive-tools curl wget f2fs-tools cgpt vboot-utils libncurses-dev gawk flex bison openssl libssl-dev dkms libelf-dev libudev-dev libpci-dev libiberty-dev autoconf qemu-user-static lld gcc-aarch64-linux-gnu binutils-aarch64-linux-gnu llvm clang u-boot-tools debootstrap
2628
env RELEASE=arm64-chromebook ./build-all ./cadmium-arm64-chromebook.img 8G
2729
env RELEASE=arm64-efi ./build-all ./cadmium-arm64-efi.img 8G
2830
- uses: actions/[email protected]

0 commit comments

Comments
 (0)