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.
2 parents 3cd3c27 + 4f4a729 commit ae4a27aCopy full SHA for ae4a27a
.github/workflows/test.yml
@@ -98,7 +98,7 @@ jobs:
98
case ${{ matrix.openssl }} in
99
openssl-*)
100
if [ -z "${{ matrix.git }}" ]; then
101
- curl -OL https://ftp.openssl.org/source/${{ matrix.openssl }}.tar.gz
+ curl -OL https://openssl.org/source/${{ matrix.openssl }}.tar.gz
102
tar xf ${{ matrix.openssl }}.tar.gz && cd ${{ matrix.openssl }}
103
else
104
git clone -b ${{ matrix.branch }} --depth 1 ${{ matrix.git }} ${{ matrix.openssl }}
0 commit comments