Install make

This commit is contained in:
probonopd
2022-01-28 20:08:37 +01:00
committed by GitHub
parent 9447f6034b
commit 05929cc92b
+1 -1
View File
@@ -14,7 +14,7 @@ jobs:
- name: Configure build machine - name: Configure build machine
run: | run: |
apt update apt update
apt install -y -q apt-transport-https curl git software-properties-common sudo wget apt install -y -q apt-transport-https curl git software-properties-common sudo wget make
# 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 # 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 DEBIAN_FRONTEND=noninteractive apt install -y -q keyboard-configuration
- name: Checkout sources - name: Checkout sources