mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-15 04:57:36 +08:00
ci: adds missing fuse dep
Signed-off-by: Ramon Roche <mrpollo@gmail.com>
This commit is contained in:
@@ -24,7 +24,10 @@ jobs:
|
||||
run: git config --system --add safe.directory '*'
|
||||
|
||||
- name: Install FUSE support
|
||||
run: sudo apt-get update && sudo apt-get install -y libfuse2
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y libfuse2 fuse
|
||||
sudo modprobe fuse
|
||||
|
||||
- name: Install appimagetool
|
||||
run: |
|
||||
|
||||
@@ -126,6 +126,7 @@ if [[ $INSTALL_NUTTX == "true" ]]; then
|
||||
genromfs \
|
||||
gettext \
|
||||
gperf \
|
||||
fuse \
|
||||
kconfig-frontends \
|
||||
libelf-dev \
|
||||
libexpat-dev \
|
||||
|
||||
Reference in New Issue
Block a user