commit 1334a18d7159c25a07fd2ab62bbd96efbfe17d98
parent 7560beea4b610d1ad4cda55b21bed2eb25d16bc4
Author: David Auer <david.auer@credativ.de>
Date: Mon, 2 Jan 2023 15:25:00 +0100
gha: Update apt index
As recommended in https://docs.github.com/en/actions/using-github-hosted-runners/customizing-github-hosted-runners#installing-software-on-ubuntu-runners
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
@@ -13,6 +13,7 @@ jobs:
submodules: recursive
- name: Install dependencies
run: |
+ sudo apt-get update
sudo apt-get install -y \
debhelper-compat \
libglvnd-dev \
@@ -21,7 +22,6 @@ jobs:
libxinerama-dev \
mesa-common-dev
# Would be nice if we could pull those directly from debian/control
- # Do we need to version-lock debhelper-compat?
- name: Install more dependencies
run: |
sudo apt-get install -y \