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

This commit is contained in:
jusax23 2023-11-25 22:13:31 +01:00
parent de82b040d0
commit 04f59715b3

View file

@ -8,8 +8,6 @@ jobs:
steps:
- uses: actions/checkout@v3
- run: apt update && apt install jq -y
- name: Fix flutter SDK folder permission
run: git config --global --add safe.directory /tmp/flutter/--
- uses: subosito/flutter-action@v2
with:
channel: 'latest'