.gitea/workflows/demo.yaml aktualisiert
This commit is contained in:
parent
d276188db3
commit
86f8db90ca
1 changed files with 2 additions and 1 deletions
|
@ -5,7 +5,8 @@ on: [push]
|
||||||
jobs:
|
jobs:
|
||||||
flutter:
|
flutter:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container: openpriv/flutter-desktop
|
container:
|
||||||
|
image: openpriv/flutter-desktop
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- run: flutter --version
|
- run: flutter --version
|
||||||
|
|
Loading…
Reference in a new issue