Skip to content

Commit

Permalink
ci(gh-action): update vs script
Browse files Browse the repository at this point in the history
  • Loading branch information
c0nstexpr committed Nov 17, 2023
1 parent 057703b commit b7d77a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/update-msvc/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ runs:
steps:
- run: choco install gsudo
shell: pwsh
- run: Start-Process -Wait -NoNewWindow powershell -ArgumentList "./${{ github.action_path }}/update-vs.ps1"
- run: Start-Process -Wait -NoNewWindow powershell -WorkingDirectory "${{ github.action_path }}" -ArgumentList "./update-vs.ps1;"
shell: pwsh

0 comments on commit b7d77a7

Please sign in to comment.