mirror of
https://github.com/actions/runner-images.git
synced 2025-12-17 23:28:57 +00:00
This reverts commit 7fa12b8806.
This commit is contained in:
@@ -8,6 +8,12 @@
|
||||
source $HELPER_SCRIPTS/install.sh
|
||||
source $HELPER_SCRIPTS/os.sh
|
||||
|
||||
# Install libssl1.1 dependency
|
||||
if isUbuntu22; then
|
||||
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.17_amd64.deb
|
||||
fi
|
||||
|
||||
# Install SqlPackage
|
||||
download_with_retries "https://aka.ms/sqlpackage-linux" "." "sqlpackage.zip"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user