File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 4
4
5
5
set -e
6
6
7
- OPENSSL_VERSION=3.0.1
7
+ OPENSSL_VERSION=1_1_1l
8
8
ROOT=$( cd " $( dirname " $0 " ) " && pwd)
9
9
: " ${RUNNER_TEMP:= $ROOT / working} "
10
10
: " ${RUNNER_TOOL_CACHE:= $RUNNER_TEMP / dist} "
@@ -25,7 +25,7 @@ echo "::group::download OpenSSL source"
25
25
(
26
26
set -eux
27
27
cd " $RUNNER_TEMP "
28
- curl --retry 3 -sSL " https://github.com/openssl/openssl/archive/openssl- $OPENSSL_VERSION .tar.gz" -o openssl.tar.gz
28
+ curl --retry 3 -sSL " https://github.com/openssl/openssl/archive/OpenSSL_ $OPENSSL_VERSION .tar.gz" -o openssl.tar.gz
29
29
)
30
30
echo " ::endgroup::"
31
31
@@ -40,7 +40,7 @@ echo "::endgroup::"
40
40
echo " ::group::build OpenSSL"
41
41
(
42
42
set -eux
43
- cd " $RUNNER_TEMP /openssl-openssl- $OPENSSL_VERSION "
43
+ cd " $RUNNER_TEMP /openssl-OpenSSL_ $OPENSSL_VERSION "
44
44
./Configure --prefix=" $PREFIX " darwin64-x86_64-cc
45
45
make " -j$JOBS "
46
46
make install_sw install_ssldirs
Original file line number Diff line number Diff line change 4
4
5
5
set -e
6
6
7
- OPENSSL_VERSION=3.0.1
7
+ OPENSSL_VERSION=1_1_1l
8
8
ROOT=$( cd " $( dirname " $0 " ) " && pwd)
9
9
: " ${RUNNER_TEMP:= $ROOT / working} "
10
10
: " ${RUNNER_TOOL_CACHE:= $RUNNER_TEMP / dist} "
@@ -24,7 +24,7 @@ echo "::group::download OpenSSL source"
24
24
(
25
25
set -eux
26
26
cd " $RUNNER_TEMP "
27
- curl --retry 3 -sSL " https://github.com/openssl/openssl/archive/openssl- $OPENSSL_VERSION .tar.gz" -o openssl.tar.gz
27
+ curl --retry 3 -sSL " https://github.com/openssl/openssl/archive/OpenSSL_ $OPENSSL_VERSION .tar.gz" -o openssl.tar.gz
28
28
)
29
29
echo " ::endgroup::"
30
30
@@ -39,7 +39,7 @@ echo "::endgroup::"
39
39
echo " ::group::build OpenSSL"
40
40
(
41
41
set -eux
42
- cd " $RUNNER_TEMP /openssl-openssl- $OPENSSL_VERSION "
42
+ cd " $RUNNER_TEMP /openssl-OpenSSL_ $OPENSSL_VERSION "
43
43
./Configure --prefix=" $PREFIX " linux-x86_64
44
44
make " -j$JOBS "
45
45
make install_sw install_ssldirs
Original file line number Diff line number Diff line change 4
4
5
5
set -e
6
6
7
- OPENSSL_VERSION=3.0.1
7
+ OPENSSL_VERSION=1_1_1l
8
8
ROOT=$( cd " $( dirname " $0 " ) " && pwd)
9
9
: " ${RUNNER_TEMP:= $ROOT / working} "
10
10
: " ${RUNNER_TOOL_CACHE:= $RUNNER_TEMP / dist} "
@@ -24,7 +24,7 @@ echo "::group::download OpenSSL source"
24
24
(
25
25
set -eux
26
26
cd " $RUNNER_TEMP "
27
- curl --retry 3 -sSL " https://github.com/openssl/openssl/archive/openssl- $OPENSSL_VERSION .tar.gz" -o openssl.tar.gz
27
+ curl --retry 3 -sSL " https://github.com/openssl/openssl/archive/OpenSSL_ $OPENSSL_VERSION .tar.gz" -o openssl.tar.gz
28
28
)
29
29
echo " ::endgroup::"
30
30
@@ -39,7 +39,7 @@ echo "::endgroup::"
39
39
echo " ::group::build OpenSSL"
40
40
(
41
41
set -eux
42
- cd " $RUNNER_TEMP /openssl-openssl- $OPENSSL_VERSION "
42
+ cd " $RUNNER_TEMP /openssl-OpenSSL_ $OPENSSL_VERSION "
43
43
./Configure --prefix=" $PREFIX " mingw64
44
44
make " -j$JOBS "
45
45
make install_sw install_ssldirs
You can’t perform that action at this time.
0 commit comments