8000 Update build.yml · prashantspandey/flutter-webrtc@2745c12 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2745c12

Browse files
authored
Update build.yml
1 parent ec5d794 commit 2745c12

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,20 +14,19 @@ jobs:
1414
strategy:
1515
matrix:
1616
os: [ubuntu-latest]
17-
# os: [ubuntu-latest, windows-latest, macos-latest]
17+
1818
steps:
1919
- uses: actions/checkout@v2
2020
- uses: actions/setup-java@v1
2121
with:
2222
java-version: '12.x'
2323
- uses: subosito/flutter-action@v1
2424
with:
25-
flutter-version: '2.0.5'
25+
flutter-version: '2.2.3'
2626
channel: 'stable'
2727
- run: flutter packages get
2828
- run: flutter format lib/ test/ --set-exit-if-changed
2929
- run: flutter pub run import_sorter:main --no-comments --exit-if-changed
3030
- run: flutter analyze
3131
- run: flutter test
32-
- run: flutter build web
3332

0 commit comments

Comments
 (0)
0