mirror of
https://github.com/actions/runner-images.git
synced 2025-12-15 22:26:56 +00:00
fix libcurl in the right place
This commit is contained in:
@@ -28,8 +28,8 @@ apt-get install -y --no-install-recommends iputils-ping
|
||||
echo "Install jq"
|
||||
apt-get install -y --no-install-recommends jq
|
||||
|
||||
echo "Install libcurl4"
|
||||
apt-get install -y --no-install-recommends libcurl4
|
||||
echo "Install libcurl3"
|
||||
apt-get install -y --no-install-recommends libcurl3
|
||||
|
||||
echo "Install libunwind8"
|
||||
apt-get install -y --no-install-recommends libunwind8
|
||||
|
||||
@@ -31,8 +31,8 @@ apt-get install -y --no-install-recommends iputils-ping
|
||||
echo "Install jq"
|
||||
apt-get install -y --no-install-recommends jq
|
||||
|
||||
echo "Install libcurl3"
|
||||
apt-get install -y --no-install-recommends libcurl3
|
||||
echo "Install libcurl4"
|
||||
apt-get install -y --no-install-recommends libcurl4
|
||||
|
||||
echo "Install libunwind8"
|
||||
apt-get install -y --no-install-recommends libunwind8
|
||||
|
||||
Reference in New Issue
Block a user