task check, working again.

This commit is contained in:
Thomas Güttler
2026-04-17 10:05:31 +02:00
parent 24482c7e4b
commit 9ce598d21c
26 changed files with 1483 additions and 56 deletions
+3 -2
View File
@@ -70,11 +70,12 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Install GTK3 and build tools
- name: Install GTK3, build tools and libsecret
run: |
sudo apt-get update -q
sudo apt-get install -y --no-install-recommends \
libgtk-3-dev pkg-config cmake ninja-build clang
libgtk-3-dev pkg-config cmake ninja-build clang \
libsecret-1-dev
- uses: subosito/flutter-action@v2
with: