Update main.yml

This commit is contained in:
Moritz Weber 2020-06-01 22:34:02 +02:00 committed by GitHub
parent 7ce57e2969
commit a5cdd74f6d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,6 +25,10 @@ jobs:
- uses: actions/setup-java@v1
with:
java-version: '12.x'
# install sqlite3
- run: sudo apt-get install sqlite3
- uses: subosito/flutter-action@v1
with:
channel: 'stable'