From 5f27162cefd32916a31bfad6a358a6d78df661e1 Mon Sep 17 00:00:00 2001 From: Stefan Date: Thu, 18 May 2023 17:16:43 +0200 Subject: [PATCH] Install Apt --- .gitea/workflows/test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index 1d6c93e..fed3f29 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -12,14 +12,14 @@ jobs: with: submodules: recursive - - uses: ubuntu@latest + - name: Install missing PUB Key + uses: ubuntu@latest run: apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 3B4FE6ACC0B21F32 - name: Update APT Repos run: apt-get -y update - - + - name: Install dependencies uses: ubuntu@latest run: apt-get -y install git subversion build-essential python3 gawk unzip libncurses5-dev zlib1g-dev libssl-dev wget time qemu-utils