From 21b5335ea17a15a24cad6198dd684efc423ef064 Mon Sep 17 00:00:00 2001 From: jusax23 Date: Tue, 28 Nov 2023 14:10:59 +0100 Subject: [PATCH] .gitea/workflows/demo.yaml aktualisiert --- .gitea/workflows/demo.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/demo.yaml b/.gitea/workflows/demo.yaml index eca2f94..395e79b 100644 --- a/.gitea/workflows/demo.yaml +++ b/.gitea/workflows/demo.yaml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - - run: apt update && apt install jq + - run: apt update && apt install jq -y - uses: subosito/flutter-action@v2 with: channel: 'stable'