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
47c3ed795f
commit
3b37dbceb9
9
.github/workflows/main.yml
vendored
9
.github/workflows/main.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user