.gitea/workflows/demo.yaml aktualisiert
This commit is contained in:
parent
8cf8ed537a
commit
340db4763e
1 changed files with 2 additions and 0 deletions
|
@ -8,6 +8,8 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- run: apt update && apt install jq -y
|
- 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
|
- uses: subosito/flutter-action@v2
|
||||||
with:
|
with:
|
||||||
channel: 'latest'
|
channel: 'latest'
|
||||||
|
|
Loading…
Reference in a new issue