Browse Source

Revert last change (wrong repo)

master
probonopd 3 years ago
committed by GitHub
parent
commit
367385d8bf
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/build.yaml

2
.github/workflows/build.yaml

@ -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 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 # 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

Loading…
Cancel
Save