File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 2323 run : |
2424 sudo apt-get update
2525 sudo apt-get install -y --no-install-recommends \
26- squashfs-tools zsync desktop-file-utils appstream file patchelf libglib2.0-bin fakeroot
26+ squashfs-tools zsync desktop-file-utils appstream file patchelf libglib2.0-bin fakeroot \
27+ git meson ninja-build python3-pip python3-setuptools python3-wheel ca-certificates
2728 python -m pip install --upgrade pip
2829 python -m pip install --user "appimage-builder==0.8.2"
2930 echo "$HOME/.local/bin" >> $GITHUB_PATH
Original file line number Diff line number Diff line change @@ -50,9 +50,6 @@ AppDir:
5050 - usr/lib/pkgconfig
5151
5252script :
53- - apt-get update
54- - DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends git meson ninja-build python3-pip python3-setuptools python3-wheel ca-certificates
55- - rm -rf /var/lib/apt/lists/*
5653 - git clone --depth=1 --branch v0.18.0 https://gitlab.gnome.org/GNOME/blueprint-compiler.git
5754 - cd blueprint-compiler && meson setup build && ninja -C build && meson install -C build --destdir ../AppDir && cd ..
5855 - export PATH="$PWD/AppDir/usr/bin:$PATH"
You can’t perform that action at this time.
0 commit comments