Skip to content

Commit ae4a27a

Browse files
committed
Merge branch 'maint-3.0' into maint-3.1
* maint-3.0: Don't download OpenSSL from ftp.openssl.org anyomre
2 parents 3cd3c27 + 4f4a729 commit ae4a27a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
case ${{ matrix.openssl }} in
9999
openssl-*)
100100
if [ -z "${{ matrix.git }}" ]; then
101-
curl -OL https://ftp.openssl.org/source/${{ matrix.openssl }}.tar.gz
101+
curl -OL https://openssl.org/source/${{ matrix.openssl }}.tar.gz
102102
tar xf ${{ matrix.openssl }}.tar.gz && cd ${{ matrix.openssl }}
103103
else
104104
git clone -b ${{ matrix.branch }} --depth 1 ${{ matrix.git }} ${{ matrix.openssl }}

0 commit comments

Comments
 (0)