Skip to content

Commit

Permalink
chore: update installation script for windows-2022 configurations
Browse files Browse the repository at this point in the history
- change shell to powershell for setup of scoop on windows-2022
- add installation of git after setting up scoop in windows-2022
  • Loading branch information
falcucci committed Sep 19, 2024
1 parent f7a819d commit 874055b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ jobs:

- name: Set up Scoop
if: matrix.os == 'windows-2022'
shell: powershell
run: |
Invoke-Expression (New-Object System.Net.WebClient).DownloadString('https://get.scoop.sh')
scoop install git
Expand Down

0 comments on commit 874055b

Please sign in to comment.