ci: apt install fuse3?
Some checks failed
Build Tilde Friends / Build-All (push) Failing after 52s

This commit is contained in:
Cory McWilliams 2024-09-25 19:35:47 -04:00
parent 3f0c37cea4
commit a7e623d817

View File

@ -24,7 +24,7 @@ jobs:
# uses: android-actions/setup-android@v3
# with:
# packages: 'tools platform-tools build-tools;34.0.0 platforms;android-34 ndk;26.3.11579264'
- run: sudo apt update && sudo apt install -y doxygen graphviz libfuse2 mingw-w64 && sudo modprobe fuse
- run: sudo apt update && sudo apt install -y doxygen fuse3 graphviz libfuse2 mingw-w64 && sudo /sbin/modprobe fuse
- run: ANDROID_SDK=$HOME/.android/sdk make -j`nproc` appimage docs
#- run: docker build .
- uses: actions/upload-artifact@v3