1
0
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:
Colin Basnett 2024-06-09 17:43:05 -07:00 committed by GitHub
parent 47c3ed795f
commit 3b37dbceb9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -24,15 +24,16 @@ jobs:
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
- name: Download & Extract Blender
run: |
wget -q $BLENDER_URL
tar -xf $BLENDER_FILENAME
rm -rf $BLENDER_FILENAME
pwd
ls -la blender-4.2.0-beta+v42.d19d23e91f65-linux.x86_64-release
- name: Add Blender executable to path
run: |
echo "${{ github.workspace }}/${{ env.BLENDER_VERSION }}/" >> $GITHUB_PATH
cd ${{ github.workspace }}/${{ env.BLENDER_VERSION }}/
- name: Sanity check that Blender is on the path
run: |
blender --version
- uses: actions/checkout@v3
- name: Build addon