From fbe8bc374ddb310d24bf9f2a81101df61cf1185f Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Thu, 22 Jan 2026 16:37:52 +0100 Subject: AppImage: added `apt-get update` This will hopefully fix the CI job. --- AppImage.yml | 1 + 1 file changed, 1 insertion(+) (limited to 'AppImage.yml') diff --git a/AppImage.yml b/AppImage.yml index 106002d..ca6ee4a 100644 --- a/AppImage.yml +++ b/AppImage.yml @@ -29,6 +29,7 @@ ingredients: # Will leave an "applause2-master" directory. - tar xzf applause.tar.gz # Install build-time dependencies + - apt-get update -o APT::Cache-Start=100000000 - apt-get install -o APT::Cache-Start=100000000 -y build-essential lua5.1 libreadline-dev libjack-jackd2-dev virtualenv script: -- cgit v1.2.3