contrib/actions: use apt-get instead of apt
apt does not have a stable CLI interface. Don't use it in scripts.
This commit is contained in:
parent
34e8aed9f8
commit
ca7a8ff528
@ -2,7 +2,7 @@
|
||||
|
||||
set -e
|
||||
|
||||
apt update
|
||||
apt install git subversion build-essential python gawk unzip libncurses5-dev zlib1g-dev libssl-dev wget time
|
||||
apt clean
|
||||
apt-get -y update
|
||||
apt-get -y install git subversion build-essential python gawk unzip libncurses5-dev zlib1g-dev libssl-dev wget time
|
||||
apt-get -y clean
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
|
Loading…
Reference in New Issue
Block a user