Skip to content

Commit

Permalink
Merge branch 'maint-3.0' into maint-3.1
Browse files Browse the repository at this point in the history
* maint-3.0:
  Don't download OpenSSL from ftp.openssl.org anyomre
  • Loading branch information
rhenium committed Jun 8, 2024
2 parents 3cd3c27 + 4f4a729 commit ae4a27a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
case ${{ matrix.openssl }} in
openssl-*)
if [ -z "${{ matrix.git }}" ]; then
curl -OL https://ftp.openssl.org/source/${{ matrix.openssl }}.tar.gz
curl -OL https://openssl.org/source/${{ matrix.openssl }}.tar.gz
tar xf ${{ matrix.openssl }}.tar.gz && cd ${{ matrix.openssl }}
else
git clone -b ${{ matrix.branch }} --depth 1 ${{ matrix.git }} ${{ matrix.openssl }}
Expand Down

0 comments on commit ae4a27a

Please sign in to comment.