Skip to content

Commit

Permalink
Fix for automation dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
cmbasnett committed Dec 23, 2024
1 parent 3471409 commit 3afb04c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3afb04c

Please sign in to comment.