build: always use python3 in script/lib/get-version.js (#45400)

build: always use python3 in script/lib/get-version.js
This commit is contained in:
David Sanders
2025-02-03 13:13:36 -08:00
committed by GitHub
parent 9971087678
commit 9f1bb531ba
2 changed files with 2 additions and 3 deletions

View File

@@ -74,6 +74,7 @@ jobs:
echo "C:\Program Files\Git\cmd" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
echo "C:\Program Files\Git\bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
echo "C:\Python311" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
cp "C:\Python311\python.exe" "C:\Python311\python3.exe"
- name: Setup Node.js/npm
if: ${{ inputs.target-platform == 'win' }}
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a