We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bda6681 commit 236549aCopy full SHA for 236549a
.github/workflows/test.yml
@@ -66,19 +66,6 @@ jobs:
66
path: cache
67
key: cache-v1-${{ runner.os }}-msys2-${{ hashFiles('tests/requirements.txt') }}
68
69
- - name: Install static build of curl
70
- run: |-
71
- pacman --noconfirm -Sy unzip
72
- mkdir -p /tmp/curl /usr/local/bin
73
- cd /tmp/curl
74
- curl -sSL "https://curl.se/windows/dl-7.87.0/curl-7.87.0-win64-mingw.zip" -o /tmp/curl.zip
75
- unzip /tmp/curl.zip
76
- mv curl*/bin/curl.exe curl*/bin/*.crt /usr/local/bin/
77
- which curl
78
- curl --version
79
- env:
80
- PATH: '/usr/local/bin:/usr/bin:/bin'
81
-
82
- name: Upgrade Msys2 environment
83
run: |-
84
exec pacman --noconfirm -Syu
0 commit comments