Fixed dependency issue in automation script

This commit is contained in:
Colin Basnett
2024-12-31 00:23:03 -08:00
parent de1cf2316a
commit 0a5ebf4548

View File

@@ -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
sudo apt-get install libglx-mesa0 -y
- name: Download & Extract Blender
run: |
wget -q $BLENDER_URL