From 0c397631ead2e3fa5f468285ade413166f3274b4 Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Sun, 5 Oct 2025 20:21:22 +0300 Subject: AppImage.yml: removed the sudo - it won't work in the ubuntu22 pod --- AppImage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AppImage.yml b/AppImage.yml index 6256842..d32bc9e 100644 --- a/AppImage.yml +++ b/AppImage.yml @@ -29,7 +29,7 @@ ingredients: # Will leave an "applause2-master" directory. - tar xzf applause.tar.gz # Install build-time dependencies - - sudo apt-get install -y build-essential lua5.1 libreadline-dev libjack-jackd2-dev virtualenv + - apt-get install -y build-essential lua5.1 libreadline-dev libjack-jackd2-dev virtualenv script: - make -C ../LuaJIT-2.1 DESTDIR=`pwd` PREFIX=/usr install -- cgit v1.2.3