From 367385d8bf4b6806323f5a342f0ed052f2360e51 Mon Sep 17 00:00:00 2001 From: probonopd Date: Fri, 28 Jan 2022 20:10:42 +0100 Subject: [PATCH] Revert last change (wrong repo) --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index a0a0507..8ad3d73 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -14,7 +14,7 @@ jobs: - name: Configure build machine run: | apt update - apt install -y -q apt-transport-https curl git software-properties-common sudo wget make + apt install -y -q apt-transport-https curl git software-properties-common sudo wget # The keyboard-configuration package is needed later and requires the user to input a number via dpkg-reconfigure, so preinstall it without front-end to avoid blocking the later installations DEBIAN_FRONTEND=noninteractive apt install -y -q keyboard-configuration - name: Checkout sources