Skip to content

Commit

Permalink
fix: python export
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelgold authored Nov 29, 2023
1 parent c3df60e commit ee9de05
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,9 +139,9 @@ jobs:

- name: Make Wheel
run: |
$PYTHON3 = `which python3`
$PYTHON = `which python`
PYTHON3=$(which python3)
PYTHON=$(which python)
sudo rm $PYTHON3
ln -s $PYTHON $PYTHON3
python ./blender/build_files/utils/make_bpy_wheel.py ./build_linux_bpy/bin/
Expand Down

0 comments on commit ee9de05

Please sign in to comment.