.gitea/workflows/demo.yaml aktualisiert
This commit is contained in:
parent
340db4763e
commit
de82b040d0
1 changed files with 2 additions and 2 deletions
|
@ -8,8 +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
|
- name: Fix flutter SDK folder permission
|
||||||
run: curl "https://storage.googleapis.com/flutter_infra_release/releases/releases_linux.json"
|
run: git config --global --add safe.directory /tmp/flutter/--
|
||||||
- uses: subosito/flutter-action@v2
|
- uses: subosito/flutter-action@v2
|
||||||
with:
|
with:
|
||||||
channel: 'latest'
|
channel: 'latest'
|
||||||
|
|
Loading…
Reference in a new issue