mirror of
https://github.com/actions/runner-images.git
synced 2025-12-18 15:57:17 +00:00
[Ubuntu] Fix libssl version (#7073)
This commit is contained in:
@@ -10,8 +10,8 @@ source $HELPER_SCRIPTS/os.sh
|
|||||||
|
|
||||||
# Install libssl1.1 dependency
|
# Install libssl1.1 dependency
|
||||||
if isUbuntu22; then
|
if isUbuntu22; then
|
||||||
download_with_retries "http://security.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2.16_amd64.deb" "/tmp"
|
download_with_retries "http://security.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2.17_amd64.deb" "/tmp"
|
||||||
dpkg -i /tmp/libssl1.1_1.1.1f-1ubuntu2.16_amd64.deb
|
dpkg -i /tmp/libssl1.1_1.1.1f-1ubuntu2.17_amd64.deb
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Install SqlPackage
|
# Install SqlPackage
|
||||||
|
|||||||
Reference in New Issue
Block a user