From 094d06152082f76110b07bb3714055e846069191 Mon Sep 17 00:00:00 2001 From: WeirdTreeThing Date: Sun, 26 Nov 2023 00:51:19 -0500 Subject: [PATCH] Install debhelper --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9eb1cbb..b387d57 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -11,7 +11,7 @@ jobs: - name: Check out uses: actions/checkout@v3 - name: Install dependencies - run: sudo apt update; sudo apt install -y git build-essential ncurses-dev xz-utils libssl-dev bc flex libelf-dev bison binutils + run: sudo apt update; sudo apt install -y git build-essential ncurses-dev xz-utils libssl-dev bc flex libelf-dev bison binutils debhelper - name: Build kernel run: bash build.sh - name: Upload build artifacts