Fixed typo

This commit is contained in:
Colin Basnett
2024-12-22 18:26:07 -08:00
parent 3afb04c01b
commit 7644980a43

View File

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