90
90
include :
91
91
- { os: ubuntu-latest, ruby: "3.0", openssl: openssl-3.0.10, fips-enabled: true, append-configure: 'enable-fips', name-extra: 'fips' }
92
92
- { os: ubuntu-latest, ruby: "3.0", openssl: openssl-3.1.2, fips-enabled: true, append-configure: 'enable-fips', name-extra: 'fips' }
93
- - { os: ubuntu-latest, ruby: "3.0", openssl: openssl-head, git: 'git ://git. openssl.org /openssl.git', branch: 'master' }
94
- - { os: ubuntu-latest, ruby: "3.0", openssl: openssl-head, git: 'git ://git. openssl.org /openssl.git', branch: 'master', fips-enabled: true, append-configure: 'enable-fips', name-extra: 'fips' }
93
+ - { os: ubuntu-latest, ruby: "3.0", openssl: openssl-head, git: 'https ://github.com/ openssl/openssl.git', branch: 'master' }
94
+ - { os: ubuntu-latest, ruby: "3.0", openssl: openssl-head, git: 'https ://github.com/ openssl/openssl.git', branch: 'master', fips-enabled: true, append-configure: 'enable-fips', name-extra: 'fips' }
95
95
steps :
96
96
- name : repo checkout
97
97
uses : actions/checkout@v4
@@ -104,7 +104,7 @@ jobs:
104
104
case ${{ matrix.openssl }} in
105
105
openssl-*)
106
106
if [ -z "${{ matrix.git }}" ]; then
107
- curl -OL https://ftp. openssl.org/source/${{ matrix.openssl }}.tar.gz
107
+ curl -OL https://openssl.org/source/${{ matrix.openssl }}.tar.gz
108
108
tar xf ${{ matrix.openssl }}.tar.gz && cd ${{ matrix.openssl }}
109
109
else
110
110
git clone -b ${{ matrix.branch }} --depth 1 ${{ matrix.git }} ${{ matrix.openssl }}
0 commit comments