.gitea/workflows/demo.yaml aktualisiert
Some checks failed
Gitea Actions Demo / flutter (push) Failing after 2s
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled

This commit is contained in:
jusax23 2023-11-25 22:42:32 +01:00
parent b72b16b256
commit d276188db3

View file

@ -5,13 +5,9 @@ on: [push]
jobs:
flutter:
runs-on: ubuntu-latest
container: openpriv/flutter-desktop
steps:
- uses: actions/checkout@v3
- run: apt update && apt install jq -y
- uses: subosito/flutter-action@v2
with:
flutter-version: '3.1.5'
channel: 'any'
- run: flutter --version
Explore-Gitea-Actions:
runs-on: ubuntu-latest