mirror of
https://github.com/DarklightGames/io_scene_psk_psa.git
synced 2024-11-23 22:40:59 +01:00
Update main.yml
This commit is contained in:
parent
f0c2c9c6c2
commit
615983aa78
10
.github/workflows/main.yml
vendored
10
.github/workflows/main.yml
vendored
@ -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 }}
|
||||
|
Loading…
Reference in New Issue
Block a user