[neon/ubuntu-core] debian: install crun from ppa

Carlos De Maine null at kde.org
Fri Mar 29 11:29:13 GMT 2024


Git commit 5cbbd725c6227d2c92343e9b392d484fee058423 by Carlos De Maine.
Committed on 29/03/2024 at 11:29.
Pushed by carlosdem into branch 'master'.

install crun from ppa

M  +1    -1    debian/.gitlab-ci-neon.yml

https://invent.kde.org/neon/ubuntu-core/-/commit/5cbbd725c6227d2c92343e9b392d484fee058423

diff --git a/debian/.gitlab-ci-neon.yml b/debian/.gitlab-ci-neon.yml
index c2b247b..1c6c1cd 100644
--- a/debian/.gitlab-ci-neon.yml
+++ b/debian/.gitlab-ci-neon.yml
@@ -15,7 +15,7 @@ prepare:
   script:
     - apt update && apt -y dist-upgrade && apt -y install software-properties-common
     - add-apt-repository ppa:carlos-demaine/snapcraft-gitab
-    - apt update && apt -y dist-upgrade
+    - apt update && apt -y dist-upgrade && apt -y install crun
 
 container: 
   stage: snapcraft


More information about the Neon-commits mailing list