Skip to content
Snippets Groups Projects
Unverified Commit 2e675207 authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

Merge pull request #2192 from txt-file/patch-1

contrib/actions: use apt-get instead of apt
parents 34e8aed9 ca7a8ff5
No related branches found
No related tags found
No related merge requests found
......@@ -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/*
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