Skip to content

Commit

Permalink
macosx workflow file fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pawelsalawa committed Dec 7, 2024
1 parent e7a88da commit aa72498
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mac_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ jobs:
$([ ${{ inputs.use_ccache || false }} = false ] || echo "CONFIG+=ccache") \
CONFIG+=portable \
"INCLUDEPATH+=$pythonLocation/include/python$PYTHON_VERSION" "LIBS += -L$pythonLocation/lib" \
"TCL_CONFIG=${{ env.TCL_CONFIG }}"
"TCL_CONFIG=${{ env.TCL_CONFIG }}" \
../../../Plugins
make -j 1
Expand Down

0 comments on commit aa72498

Please sign in to comment.