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

This commit is contained in:
jusax23 2023-11-25 22:11:43 +01:00
parent 8cf8ed537a
commit 340db4763e

View file

@ -8,6 +8,8 @@ jobs:
steps:
- uses: actions/checkout@v3
- run: apt update && apt install jq -y
- name: Test connection
run: curl "https://storage.googleapis.com/flutter_infra_release/releases/releases_linux.json"
- uses: subosito/flutter-action@v2
with:
channel: 'latest'