Skip to content

Commit

Permalink
One more missing: desktop-file-validate
Browse files Browse the repository at this point in the history
  • Loading branch information
Kasper Peeters committed Aug 12, 2024
1 parent 7a0c124 commit 48858be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/appimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
cmake --version
# Install the rest.
DEBIAN_FRONTEND=noninteractive apt install -y git cmake python3-dev python3-pip g++ libpcre3 libpcre3-dev libgmp3-dev libgtkmm-3.0-dev libboost-all-dev libgmp-dev libsqlite3-dev uuid-dev libmpfr-dev libmpc-dev python3-gmpy2 && python3 --version && which python3 && python3 -m pip install --upgrade pip && python3 -m pip install wheel && python3 -m pip install sympy numpy
DEBIAN_FRONTEND=noninteractive apt install -y cimg-dev libgtest-dev ca-certificates libgpgme-dev libssh-gcrypt-dev libcurl4-gnutls-dev patchelf squashfs-tools
DEBIAN_FRONTEND=noninteractive apt install -y cimg-dev libgtest-dev ca-certificates libgpgme-dev libssh-gcrypt-dev libcurl4-gnutls-dev patchelf squashfs-tools desktop-file-utils
# Build appimagetool, linuxdeploy and linuxdeploy-plugin-appimage, as we
# cannot run the linuxdeploy.AppImage inside QEMU.
mkdir linuxdeploy
Expand Down

0 comments on commit 48858be

Please sign in to comment.