From 16ffa5736fbc11cec335285aa3ff6c33bf9557a2 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Sun, 13 Feb 2022 19:50:03 +0100 Subject: [PATCH] CI fixes --- .woodpecker.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 8c4c32c..6a1ab22 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -2,8 +2,8 @@ pipeline: build: image: rust:bullseye commands: - - apt update && apt install -y libgtk-3-dev libxcb-shape0-dev \ - libxcb-xfixes0-dev python3-pip python3-setuptools patchelf \ + - apt update && apt install -y libgtk-3-dev libxcb-shape0-dev + libxcb-xfixes0-dev python3-pip python3-setuptools patchelf desktop-file-utils libgdk-pixbuf2.0-dev fakeroot strace fuse - wget https://github.com/AppImage/AppImageKit/releases/download/continuous/appimagetool-x86_64.AppImage -O /usr/local/bin/appimagetool - chmod +x /usr/local/bin/appimagetool