Update build.yaml

fix CI
This commit is contained in:
CloudWebRTC
2023-02-03 15:28:39 +08:00
committed by GitHub
parent 5d727bee5d
commit bf79d0933c
+1 -1
View File
@@ -32,7 +32,7 @@ jobs:
- run: flutter pub get - run: flutter pub get
# Check for any formatting issues in the code. # Check for any formatting issues in the code.
- run: flutter format --set-exit-if-changed . - run: dart format --set-exit-if-changed .
# Statically analyze the Dart code for any errors. # Statically analyze the Dart code for any errors.
- run: flutter analyze . - run: flutter analyze .