File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 11
11
12
12
steps :
13
13
- uses : actions/checkout@v2
14
+ with :
15
+ submodules : ' true'
14
16
15
17
- name : Run a multi-line script
16
18
run : |
22
24
23
25
sudo apt update
24
26
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
26
28
env RELEASE=arm64-chromebook ./build-all ./cadmium-arm64-chromebook.img 8G
27
29
env RELEASE=arm64-efi ./build-all ./cadmium-arm64-efi.img 8G
28
30
You can’t perform that action at this time.
0 commit comments