mirror of
https://github.com/actions/runner-images.git
synced 2025-12-15 22:26:56 +00:00
[Ubuntu] Update link to openssl (#5870)
* Update link to openssl * Fix filename in dpkg invocation
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.1l-1ubuntu1.5_amd64.deb" "/tmp"
|
download_with_retries "http://security.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1l-1ubuntu1.6_amd64.deb" "/tmp"
|
||||||
dpkg -i /tmp/libssl1.1_1.1.1l-1ubuntu1.5_amd64.deb
|
dpkg -i /tmp/libssl1.1_1.1.1l-1ubuntu1.6_amd64.deb
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Install SqlPackage
|
# Install SqlPackage
|
||||||
|
|||||||
Reference in New Issue
Block a user