ci: needs libfuse2

Signed-off-by: Ramon Roche <mrpollo@gmail.com>
This commit is contained in:
Ramon Roche
2025-06-23 17:02:02 -07:00
parent 5db88fb2bc
commit 89cd709952
2 changed files with 4 additions and 0 deletions
+3
View File
@@ -23,6 +23,9 @@ jobs:
- name: Git ownership workaround
run: git config --system --add safe.directory '*'
- name: Install FUSE support
run: sudo apt-get update && sudo apt-get install -y libfuse2
- name: Install appimagetool
run: |
wget -O appimagetool-x86_64.AppImage \
+1
View File
@@ -129,6 +129,7 @@ if [[ $INSTALL_NUTTX == "true" ]]; then
kconfig-frontends \
libelf-dev \
libexpat-dev \
libfuse2 \
libgmp-dev \
libisl-dev \
libmpc-dev \