Skip to content

Commit

Permalink
Install gpg earlier.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kasper Peeters committed Aug 12, 2024
1 parent e2f5fa6 commit d34c993
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/appimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:

install: |
apt update -q -y
DEBIAN_FRONTEND=noninteractive apt install -y git wget
DEBIAN_FRONTEND=noninteractive apt install -y git wget gpg
# Get current cmake (we need at least 3.21 for linuxdeploy)
wget -O - https://apt.kitware.com/keys/kitware-archive-latest.asc 2>/dev/null | gpg --dearmor - | tee /usr/share/keyrings/kitware-archive-keyring.gpg >/dev/null
echo 'deb [signed-by=/usr/share/keyrings/kitware-archive-keyring.gpg] https://apt.kitware.com/ubuntu/ focal main' | tee /etc/apt/sources.list.d/kitware.list >/dev/null
Expand All @@ -77,7 +77,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 gpg
DEBIAN_FRONTEND=noninteractive apt install -y cimg-dev libgtest-dev ca-certificates
# Build appimagetool, linuxdeploy and linuxdeploy-plugin-appimage, as we
# cannot run the linuxdeploy.AppImage inside QEMU.
mkdir linuxdeploy
Expand Down

0 comments on commit d34c993

Please sign in to comment.