Skip to content

Commit

Permalink
fix(ci): install scoop and winget in powershell instead of pwsh
Browse files Browse the repository at this point in the history
  • Loading branch information
rami3l committed Mar 18, 2023
1 parent b9d21c1 commit dc81c7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
override: true
- uses: Swatinem/rust-cache@v2
- name: Install scoop
shell: pwsh
shell: powershell
run: |
Set-ExecutionPolicy RemoteSigned -Scope CurrentUser -Force
iwr -useb 'https://raw.githubusercontent.com/scoopinstaller/install/master/install.ps1' -outfile 'install.ps1'
Expand All @@ -70,7 +70,7 @@ jobs:
# Ironically, to install winget we need to install scoop first :D
# See: https://github.com/microsoft/winget-cli/issues/1328#issuecomment-1208640211
- name: Install winget
shell: pwsh
shell: powershell
run: scoop install winget
- name: Verity winget installation
run: |
Expand Down

0 comments on commit dc81c7e

Please sign in to comment.