Skip to content

Commit aa72498

Browse files
committed
macosx workflow file fix
1 parent e7a88da commit aa72498

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/mac_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ jobs:
192192
$([ ${{ inputs.use_ccache || false }} = false ] || echo "CONFIG+=ccache") \
193193
CONFIG+=portable \
194194
"INCLUDEPATH+=$pythonLocation/include/python$PYTHON_VERSION" "LIBS += -L$pythonLocation/lib" \
195-
"TCL_CONFIG=${{ env.TCL_CONFIG }}"
195+
"TCL_CONFIG=${{ env.TCL_CONFIG }}" \
196196
../../../Plugins
197197
make -j 1
198198

0 commit comments

Comments
 (0)