mirror of
https://github.com/revyos/thead-kernel.git
synced 2026-06-21 09:12:26 +02:00
chore: cleanup install step
Signed-off-by: Han Gao/Revy/Rabenda <gaohan@iscas.ac.cn>
This commit is contained in:
committed by
Han Gao/Revy/Rabenda
parent
bc4c98ebd7
commit
2030eb1b71
10
.github/workflows/kernel.yml
vendored
10
.github/workflows/kernel.yml
vendored
@@ -46,16 +46,6 @@ jobs:
|
||||
CROSS_COMPILE: ${{ matrix.cross }}
|
||||
|
||||
steps:
|
||||
- name: Install software
|
||||
run: |
|
||||
apt update && \
|
||||
apt install -y gdisk dosfstools build-essential \
|
||||
libncurses-dev gawk flex bison openssl libssl-dev tree \
|
||||
dkms libelf-dev libudev-dev libpci-dev libiberty-dev autoconf device-tree-compiler \
|
||||
devscripts pahole bc rsync bash wget cpio sudo python-is-python3
|
||||
apt install -y nodejs
|
||||
ln -sf /bin/bash /bin/sh
|
||||
|
||||
- name: Checkout kernel
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user