Skip to content

Commit

Permalink
Update build.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua-Riek authored Oct 7, 2024
1 parent 635d1b7 commit e636302
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,13 @@ jobs:
run: |
sudo apt-get update && apt-get purge needrestart -y && sudo apt-get upgrade -y
sudo apt-get install -y build-essential gcc-aarch64-linux-gnu bison \
qemu-user-static qemu-system-arm qemu-efi u-boot-tools binfmt-support \
debootstrap flex libssl-dev bc rsync kmod cpio xz-utils fakeroot parted \
udev dosfstools uuid-runtime git-lfs device-tree-compiler python2 python3 \
python-is-python3 fdisk bc debhelper python3-pyelftools python3-setuptools \
python3-distutils python3-pkg-resources swig libfdt-dev libpython3-dev dctrl-tools
u-boot-tools binfmt-support flex libssl-dev bc rsync kmod cpio xz-utils fakeroot \
udev dosfstools uuid-runtime device-tree-compiler python3 python-is-python3 \
bc debhelper swig libfdt-dev libpython3-dev dctrl-tools
- name: Checkout Kernel repo
uses: actions/checkout@v4

- name: Build Kernel at ${{ github.sha }}
shell: bash
run: |
Expand Down

0 comments on commit e636302

Please sign in to comment.