Update main.yml

This commit is contained in:
Colin Basnett
2024-06-09 11:10:23 -07:00
committed by GitHub
parent f0c2c9c6c2
commit 615983aa78

View File

@@ -18,11 +18,11 @@ jobs:
steps:
- name: Install Blender Dependencies
run: |
apt install libxxf86vm-dev -y
apt install libxfixes3 -y
apt install libxi-dev -y
apt install libxkbcommon-x11-0 -y
apt install libgl1-mesa-glx -y
sudo apt-get install libxxf86vm-dev -y
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
- name: Download Blender
run: |
wget ${{ env.BLENDER_URL }}