mirror of
https://github.com/actions/runner-images.git
synced 2025-12-18 15:57:17 +00:00
Fix libssl1.1 installation (#5956)
This commit is contained in:
committed by
GitHub
parent
4afedce20d
commit
d746320dd3
@@ -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.1l-1ubuntu1.6_amd64.deb" "/tmp"
|
download_with_retries "http://security.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2.16_amd64.deb" "/tmp"
|
||||||
dpkg -i /tmp/libssl1.1_1.1.1l-1ubuntu1.6_amd64.deb
|
dpkg -i /tmp/libssl1.1_1.1.1f-1ubuntu2.16_amd64.deb
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Install SqlPackage
|
# Install SqlPackage
|
||||||
|
|||||||
Reference in New Issue
Block a user