Skip to content
This repository has been archived by the owner on Jun 30, 2023. It is now read-only.

Commit

Permalink
Switch from chocolatey to scoop for curl installation
Browse files Browse the repository at this point in the history
Chocolatey has been incredibly slow lately, so try something new.
  • Loading branch information
kzu committed Jan 19, 2021
1 parent 9bbe03e commit e60cc54
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,9 @@ jobs:
# < VS Preview

- name: ⚙ curl
run: choco install curl -y
run: |
iwr -useb get.scoop.sh | iex
scoop install curl
- name: 🔍 status for PR
if: ${{ github.event.pull_request.head.sha }}
Expand Down

0 comments on commit e60cc54

Please sign in to comment.