Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
externl committed Dec 21, 2023
1 parent ad74f77 commit 4aada7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/setup-build-dependencies/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ runs:
with:
msbuild-architecture: x64
if: startsWith(matrix.os, 'windows')

- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: "3.12"
shell: powershell
if: startsWith(matrix.os, 'windows')

- name: Configure Environment
- name: Configure Windows Python Environment
run: |
echo "PythonHome=$env:Python_ROOT_DIR" >> $env:GITHUB_ENV
shell: powershell
Expand Down

0 comments on commit 4aada7d

Please sign in to comment.