You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/dart.yml
+3-2
Original file line number
Diff line number
Diff line change
@@ -57,9 +57,10 @@ jobs:
57
57
dart pub get
58
58
dart compile exe bin/example.dart
59
59
60
-
# if condition because of: The pubspec.lock file has changed since the .dart_tool/package_config.json file was generated, please run "pub get" again.
60
+
# Windows if condition because of: The pubspec.lock file has changed since the .dart_tool/package_config.json file was generated, please run "pub get" again.
61
+
# stable if condition because of: beta channel requires newer build_web_compilers and build_runner with Dart 3
0 commit comments