.gitea/workflows/demo.yaml aktualisiert
Some checks failed
Gitea Actions Demo / flutter-test (push) Failing after 17s
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 9s

This commit is contained in:
jusax23 2023-11-28 14:10:26 +01:00
parent ec86a7fb11
commit 53f158f351

View file

@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: apt install jq
- run: apt update && apt install jq
- uses: subosito/flutter-action@v2
with:
channel: 'stable'