Skip to content

Commit

Permalink
Update dependencies and add 7zip installation for Windows workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ewilan-riviere committed Mar 7, 2024
1 parent b794c9f commit 630c47f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/run-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,10 @@ jobs:
iex "& {$(irm get.scoop.sh)} -RunAsAdmin"
scoop update
scoop install 7zip
scoop install which
scoop checkup
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
which 7z
shell: powershell

- name: Checkout code
Expand Down

0 comments on commit 630c47f

Please sign in to comment.