.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:
|
||||
- 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"
|
||||
- name: Fix flutter SDK folder permission
|
||||
run: git config --global --add safe.directory /tmp/flutter/--
|
||||
- uses: subosito/flutter-action@v2
|
||||
with:
|
||||
channel: 'latest'
|
||||
|
|
Loading…
Reference in a new issue