From fc78168d4aad9aee1aa846d652bfc9ba77d63f0e Mon Sep 17 00:00:00 2001 From: ferrreo Date: Mon, 10 Apr 2023 20:48:29 +0100 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 181024c..c497f86 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,7 +16,7 @@ jobs: - uses: actions/checkout@v3 - name: Install needed packages - run: apt update && apt install bc gpg gpg-agent bison build-essential ccache cpio fakeroot flex git kmod libelf-dev libncurses5-dev libssl-dev lz4 qtbase5-dev rsync schedtool wget zstd tar reprepro dpkg-sig -y + run: apt update && apt install bc gpg gpg-agent bison build-essential ccache cpio fakeroot flex git kmod libelf-dev debhelper libncurses5-dev libssl-dev lz4 qtbase5-dev rsync schedtool wget zstd tar reprepro dpkg-sig -y - name: Import GPG key id: import_gpg @@ -37,4 +37,4 @@ jobs: run: ./main.sh - name: Release Kernel - run: ./scripts/release.sh \ No newline at end of file + run: ./scripts/release.sh