AppImage requires fuse

This commit is contained in:
Dan Paulat 2023-12-28 00:11:41 -06:00
parent dd13110014
commit 14c48e1568

View file

@ -91,6 +91,7 @@ jobs:
shell: bash
run: |
sudo apt-get install doxygen \
libfuse2 \
ninja-build
- name: Setup Python Environment