From 2030eb1b71275f61b933e26eea75d4f8a390c206 Mon Sep 17 00:00:00 2001 From: Han Gao/Revy/Rabenda Date: Sun, 31 Mar 2024 19:57:18 +0000 Subject: [PATCH] chore: cleanup install step Signed-off-by: Han Gao/Revy/Rabenda --- .github/workflows/kernel.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.github/workflows/kernel.yml b/.github/workflows/kernel.yml index bc0d811f4..7aa604831 100644 --- a/.github/workflows/kernel.yml +++ b/.github/workflows/kernel.yml @@ -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: