From 3afb04c01b5ab7b82c0fbafea411df0c481513f6 Mon Sep 17 00:00:00 2001 From: Colin Basnett Date: Sun, 22 Dec 2024 18:22:27 -0800 Subject: [PATCH] Fix for automation dependencies --- .github/workflows/main.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 797daef..33c362d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -30,7 +30,8 @@ jobs: sudo apt-get install libxfixes3 -y sudo apt-get install libxi-dev -y sudo apt-get install libxkbcommon-x11-0 -y - sudo apt-get install libgl1-mesa-glx -y + sudo apt-get install libgl1 -y + supo apt-get install libglx-mesa0 -y - name: Download & Extract Blender run: | wget -q $BLENDER_URL