From 0189bf6288a0c4724703fd6eda0eed99d05f15f0 Mon Sep 17 00:00:00 2001 From: lmp Date: Fri, 1 Sep 2023 16:15:31 +0200 Subject: [PATCH] ci: add mesa-common-dev --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 212c880..fa75c3f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -268,6 +268,8 @@ jobs: steps: - name: Install dependencies run: | + sudo apt-get update + sudo apt-get install --quiet -y mesa-common-dev curl -L https://www.libsdl.org/release/SDL2-${{ matrix.sdl-version }}.tar.gz -o SDL2.tar.gz tar -zxvf SDL2.tar.gz