.gitea/workflows/demo.yaml aktualisiert
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled
Gitea Actions Demo / flutter-test (push) Has been cancelled

This commit is contained in:
jusax23 2023-11-28 14:10:59 +01:00
parent 53f158f351
commit 21b5335ea1

View file

@ -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'