Skip to content

Commit

Permalink
Add python source build
Browse files Browse the repository at this point in the history
  • Loading branch information
SonicField committed Oct 15, 2024
1 parent d91a68d commit 313966b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/build-python-from-source/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ runs:
# Make sure we use our version of python.
- name: Set LOCAL_PYTHON
shell: bash
run: |
if [ "${{ runner.os }}" != "Windows" ]; then
echo "LOCAL_PYTHON=/usr/local/python-${{ inputs.python-version }}/bin/python3" >> $GITHUB_ENV
Expand Down

0 comments on commit 313966b

Please sign in to comment.