mirror of
https://github.com/actions/runner-images.git
synced 2025-12-15 14:17:22 +00:00
Replace dpkg with apt (#2334)
dpkg can not get a lock, use apt mock script instead
This commit is contained in:
@@ -25,6 +25,6 @@ if isUbuntu16 || isUbuntu18 ; then
|
||||
fi
|
||||
|
||||
curl "https://s3.amazonaws.com/session-manager-downloads/plugin/latest/ubuntu_64bit/session-manager-plugin.deb" -o "session-manager-plugin.deb"
|
||||
sudo dpkg -i session-manager-plugin.deb
|
||||
sudo apt install ./session-manager-plugin.deb
|
||||
|
||||
invoke_tests "CLI.Tools" "AWS"
|
||||
invoke_tests "CLI.Tools" "AWS"
|
||||
|
||||
Reference in New Issue
Block a user