This commit is contained in:
Hillel Coren 2020-03-18 10:07:53 +02:00
parent a3d4696483
commit 6645aa0c49
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v1
- uses: subosito/flutter-action@v1
with:
channel: 'dev'
channel: 'beta'
- run: flutter config --enable-web
- run: flutter pub get
- run: |