From c5958e0e7a3171e363c1a22b056799db2fce4ab4 Mon Sep 17 00:00:00 2001 From: deathaxe Date: Fri, 10 Jan 2025 21:21:45 +0100 Subject: [PATCH] Install alternative libgl1 --- action.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 9b91fe6..bd5844b 100644 --- a/action.yml +++ b/action.yml @@ -47,7 +47,8 @@ runs: echo "::group::Installing dependencies" sudo apt-get update && sudo apt-get install -y \ libcairo2 \ - libgl1-mesa-glx \ + libgl1 \ + libglx-mesa0 \ libglib2.0-0 \ libglu1-mesa \ libgtk-3-0 \