Skip to content

Commit

Permalink
create symlink
Browse files Browse the repository at this point in the history
  • Loading branch information
floesche committed Dec 11, 2024
1 parent 50c552a commit eb96d7e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
wget -qO- https://mirrors.iu13.net/blender/release/Blender4.2/blender-4.2.4-linux-x64.tar.xz | tar xJ
mv blender-4.2.4-linux-x64 ../
export PATH=../blender-4.2.4-linux-x64/:$PATH
sudo ln -s ../blender-4.2.4-linux-x64/blender /usr/bin/blender
which blender
blender --version
- name: Install navis
Expand Down

0 comments on commit eb96d7e

Please sign in to comment.