Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tsubramanian authored Dec 15, 2024
1 parent 1f6711a commit 550cb53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
shell: powershell
if: ${{ matrix.os == 'windows-latest' }}
run: |
npm config set python "$(Get-Command python | Select-Object -ExpandProperty Path)"
$env:NODE_GYP_FORCE_PYTHON = (Get-Command python | Select-Object -ExpandProperty Path)
npm audit fix
npm update
npm install
Expand Down

0 comments on commit 550cb53

Please sign in to comment.