Skip to content

Commit 25afbc1

Browse files
committed
Fix apt install section again
1 parent 85f9699 commit 25afbc1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

make-appimage.sh

+4
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,10 @@ cd "$WORKSPACE"
4848

4949
sudo DEBIAN_FRONTEND=noninteractive -i sh -c "apt update && apt -y upgrade &&
5050
apt install -y
51+
cargo
52+
cmake
53+
curl
54+
$CC
5155
libboost-dev
5256
libboost-filesystem-dev
5357
libboost-system-dev

0 commit comments

Comments
 (0)