Update .gitea/workflows/build.yaml
Some checks failed
Build CI / AMD64 Build (push) Failing after 2m4s

This commit is contained in:
2026-03-01 14:50:41 +00:00
parent e8117866ae
commit 776aa5600c

View File

@@ -30,6 +30,7 @@ jobs:
run: |
sudo apt-get update -y
sudo apt install -y ninja-build cmake clang libgtk-3-dev
which mksquashfs || sudo apt install squashfs-tools
- name: Install Flutter
uses: subosito/flutter-action@v2