Skip to content

Commit

Permalink
windows: use system curl
Browse files Browse the repository at this point in the history
  • Loading branch information
itsmattkc committed May 2, 2023
1 parent 8c26b9a commit 1b14a1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
# Force using msys's curl because the default seems to be broken
PATH=/c/msys64/usr/bin:$PATH
# Force using system curl rather than msys's
PATH=/c/Windows/system32:$PATH
cd $INSTALL_DIR/..
$DOWNLOAD_TOOL https://github.com/probonopd/uploadtool/raw/master/upload.sh
Expand Down

0 comments on commit 1b14a1c

Please sign in to comment.