Skip to content
Snippets Groups Projects
Unverified Commit ca7a8ff5 authored by Vieno Hakkerinen's avatar Vieno Hakkerinen
Browse files

contrib/actions: use apt-get instead of apt

apt does not have a stable CLI interface. Don't use it in scripts.
parent 34e8aed9
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
set -e set -e
apt update apt-get -y update
apt install git subversion build-essential python gawk unzip libncurses5-dev zlib1g-dev libssl-dev wget time apt-get -y install git subversion build-essential python gawk unzip libncurses5-dev zlib1g-dev libssl-dev wget time
apt clean apt-get -y clean
rm -rf /var/lib/apt/lists/* rm -rf /var/lib/apt/lists/*
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment