Skip to content

Commit 236549a

Browse files
committed
Stop using static build of curl in Msys2
This reverts a workaround introduced in f7be8f6 which is no longer required
1 parent bda6681 commit 236549a

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -66,19 +66,6 @@ jobs:
6666
path: cache
6767
key: cache-v1-${{ runner.os }}-msys2-${{ hashFiles('tests/requirements.txt') }}
6868

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-
8269
- name: Upgrade Msys2 environment
8370
run: |-
8471
exec pacman --noconfirm -Syu

0 commit comments

Comments
 (0)