.gitea/workflows/demo.yaml aktualisiert
This commit is contained in:
parent
b72b16b256
commit
d276188db3
1 changed files with 1 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue