Fix for automation dependencies

This commit is contained in:
Colin Basnett
2024-12-22 18:22:27 -08:00
parent 34714099ce
commit 3afb04c01b

View File

@@ -30,7 +30,8 @@ jobs:
sudo apt-get install libxfixes3 -y sudo apt-get install libxfixes3 -y
sudo apt-get install libxi-dev -y sudo apt-get install libxi-dev -y
sudo apt-get install libxkbcommon-x11-0 -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 - name: Download & Extract Blender
run: | run: |
wget -q $BLENDER_URL wget -q $BLENDER_URL