ci: modprobe fuse? Disable things to get this going faster until it works.
Some checks failed
Build Tilde Friends / Build-All (push) Failing after 2m28s
Some checks failed
Build Tilde Friends / Build-All (push) Failing after 2m28s
This commit is contained in:
parent
57b4214a72
commit
2c96a6d22a
@ -24,9 +24,9 @@ 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
|
||||
- run: ANDROID_SDK=$HOME/.android/sdk make -j`nproc` all docs
|
||||
- run: docker build .
|
||||
- run: sudo apt update && sudo apt install -y doxygen graphviz libfuse2 mingw-w64 && modprobe fuse
|
||||
- run: ANDROID_SDK=$HOME/.android/sdk make -j`nproc` appimage docs
|
||||
#- run: docker build .
|
||||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
path: out/TildeFriends-release.fdroid.apk
|
||||
|
Loading…
Reference in New Issue
Block a user