Skip to content

Commit 05929cc

Browse files
authored
Install make
1 parent 9447f60 commit 05929cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Configure build machine
1515
run: |
1616
apt update
17-
apt install -y -q apt-transport-https curl git software-properties-common sudo wget
17+
apt install -y -q apt-transport-https curl git software-properties-common sudo wget make
1818
# 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
1919
DEBIAN_FRONTEND=noninteractive apt install -y -q keyboard-configuration
2020
- name: Checkout sources

0 commit comments

Comments
 (0)