Update main.yml
This commit is contained in:
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 libxi-dev -y
|
||||||
sudo apt-get install libxkbcommon-x11-0 -y
|
sudo apt-get install libxkbcommon-x11-0 -y
|
||||||
sudo apt-get install libgl1-mesa-glx -y
|
sudo apt-get install libgl1-mesa-glx -y
|
||||||
- name: Download Blender
|
- name: Download & Extract Blender
|
||||||
run: |
|
run: |
|
||||||
wget -q $BLENDER_URL
|
wget -q $BLENDER_URL
|
||||||
tar -xf $BLENDER_FILENAME
|
tar -xf $BLENDER_FILENAME
|
||||||
rm -rf $BLENDER_FILENAME
|
rm -rf $BLENDER_FILENAME
|
||||||
pwd
|
- name: Add Blender executable to path
|
||||||
ls -la blender-4.2.0-beta+v42.d19d23e91f65-linux.x86_64-release
|
run: |
|
||||||
echo "${{ github.workspace }}/${{ env.BLENDER_VERSION }}/" >> $GITHUB_PATH
|
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
|
blender --version
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: Build addon
|
- name: Build addon
|
||||||
|
|||||||
Reference in New Issue
Block a user