From 19817dfe747194ce80bca164ff67d6aaded51409 Mon Sep 17 00:00:00 2001 From: ferrreo Date: Wed, 22 Feb 2023 17:02:46 +0000 Subject: [PATCH] Fix gpg --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3852b6f..181024c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,6 +15,9 @@ jobs: steps: - 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 + - name: Import GPG key id: import_gpg uses: crazy-max/ghaction-import-gpg@v5 @@ -30,9 +33,6 @@ jobs: known_hosts: ${{ secrets.KNOWN_HOSTS }} if_key_exists: replace - - name: Install needed packages - run: apt update && apt install bc 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 - - name: Build Kernel run: ./main.sh