Skip to content

Commit

Permalink
Typo in package name.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kasper Peeters committed Aug 12, 2024
1 parent 080d35b commit 624e3de
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 @@ -68,7 +68,7 @@ jobs:
install: |
apt update -q -y
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 libcimg-dev libgtest-dev
DEBIAN_FRONTEND=noninteractive apt install -y cimg-dev libgtest-dev
# Build appimagetool, linuxdeploy and linuxdeploy-plugin-appimage, as we
# cannot run the linuxdeploy.AppImage inside QEMU.
mkdir linuxdeploy
Expand Down

0 comments on commit 624e3de

Please sign in to comment.