From fbeee423c0cade190813d6a595413defdeff2c61 Mon Sep 17 00:00:00 2001 From: Brendan <2bndy5@gmail.com> Date: Mon, 19 Feb 2024 23:20:54 -0800 Subject: [PATCH] [CI] install libgl directly installing libgl1-mesa-dev no longer works in Linux. This way we still get the dependencies we actually need for the docs. --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5f43264..3dfd8e7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -60,7 +60,7 @@ jobs: run: python ./.github/workflows/pylint_matcher.py pylint.json - name: Get doc dependencies - run: sudo apt-get install -y libgl1-mesa-dev libxkbcommon-x11-0 graphviz + run: sudo apt-get install -y libgl-dev libglvnd-dev libxkbcommon-x11-0 graphviz - name: Build docs working-directory: docs env: