.gitea/workflows/demo.yaml aktualisiert
This commit is contained in:
parent
53f158f351
commit
21b5335ea1
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- run: apt update && apt install jq
|
||||
- run: apt update && apt install jq -y
|
||||
- uses: subosito/flutter-action@v2
|
||||
with:
|
||||
channel: 'stable'
|
||||
|
|
Loading…
Reference in a new issue