Skip to content

Commit

Permalink
try different installation way
Browse files Browse the repository at this point in the history
Signed-off-by: midays <[email protected]>
  • Loading branch information
midays committed Nov 21, 2024
1 parent 1eaa307 commit 8e7c2b2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/windows-nightly-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,12 @@ jobs:
runs-on: ${{ needs.run-provisioner-workflow.outputs.instance_label }}
steps:

- name: Install Visual Studio Code using winget
- name: Install Visual Studio Code
shell: powershell
run: |
winget install -e --id Microsoft.VisualStudioCode -h --silent
$InstallerPath = "C:\vscode-installer.exe"
Invoke-WebRequest -Uri "https://update.code.visualstudio.com/latest/win32-x64-user/stable" -OutFile $InstallerPath
Start-Process -FilePath $InstallerPath -ArgumentList "/silent" -Wait
- name: Check VSCode installation
shell: powershell
Expand Down

0 comments on commit 8e7c2b2

Please sign in to comment.