Skip to content

Commit

Permalink
add shell specification
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 0d3d3a2 commit 1eaa307
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/windows-nightly-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ jobs:
steps:

- name: Install Visual Studio Code using winget
shell: pwsh
shell: powershell
run: |
winget install -e --id Microsoft.VisualStudioCode -h --silent
- name: Check VSCode installation
shell: pwsh
shell: powershell
run: code --version

- name: Clone kai-ci repo
Expand Down

0 comments on commit 1eaa307

Please sign in to comment.