Skip to content

Commit 367385d

Browse files
authored
Revert last change (wrong repo)
1 parent 05929cc commit 367385d

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 make
17+
apt install -y -q apt-transport-https curl git software-properties-common sudo wget
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)