chore: cleanup install step

Signed-off-by: Han Gao/Revy/Rabenda <gaohan@iscas.ac.cn>
This commit is contained in:
Han Gao/Revy/Rabenda
2024-03-31 19:57:18 +00:00
committed by Han Gao/Revy/Rabenda
parent bc4c98ebd7
commit 2030eb1b71

View File

@@ -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: