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
```console
Run dart pub get
Resolving dependencies...
Because maplibre requires the Flutter SDK, version solving failed.
Flutter users should use `flutter pub` instead of `dart pub`.
Error: Process completed with exit code 1.
```
id-token: write # This is required for requesting the OIDC
13
+
runs-on: ubuntu-latest
14
+
if: github.repository_owner == 'josxha'
15
+
steps:
16
+
- uses: actions/checkout@v4
17
+
- uses: dart-lang/setup-dart@v1
18
+
# --force skips the y/N confirmation
19
+
# --skip-validation because of "Because maplibre requires the Flutter SDK, version solving failed. Flutter users should use `flutter pub` instead of `dart pub`."
20
+
# see https://github.com/dart-lang/setup-dart/issues/68
0 commit comments