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

This commit is contained in:
jusax23 2023-11-25 22:07:53 +01:00
parent 53092f2d13
commit 22505c7398

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: 'beta'