Update .gitea/workflows/build.yaml
Some checks failed
Build CI / AMD64 Build (push) Failing after 1m54s
Some checks failed
Build CI / AMD64 Build (push) Failing after 1m54s
This commit is contained in:
@@ -30,7 +30,8 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
sudo apt-get update -y
|
sudo apt-get update -y
|
||||||
sudo apt install -y ninja-build cmake clang libgtk-3-dev
|
sudo apt install -y ninja-build cmake clang libgtk-3-dev
|
||||||
which mksquashfs || sudo apt install squashfs-tools
|
which mksquashfs || sudo apt install squashfs-tools -y
|
||||||
|
which mksquashfs
|
||||||
|
|
||||||
- name: Install Flutter
|
- name: Install Flutter
|
||||||
uses: subosito/flutter-action@v2
|
uses: subosito/flutter-action@v2
|
||||||
|
|||||||
Reference in New Issue
Block a user