Skip to content

Commit aa71d56

Browse files
committed
Merge branch 'master' into powersync
2 parents d041b06 + 5f148e7 commit aa71d56

File tree

16 files changed

+620
-275
lines changed

16 files changed

+620
-275
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
- name: Install Flutter
1919
uses: subosito/flutter-action@v2
2020
with:
21+
cache: true
2122
channel: 'stable'
2223
flutter-version: '3.24.x'
2324

flatpak/scripts/flatpak_shared.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ class FlatpakMeta {
248248
throw Exception(
249249
'Metadata must include Github repository info if fetching releases from Github.');
250250
}
251-
return await _githubReleases!.getLatestReleaseAssets();
251+
return _githubReleases!.getLatestReleaseAssets();
252252
} else {
253253
if (_localReleases == null) {
254254
throw Exception('Metadata must include releases if not fetching releases from Github.');

0 commit comments

Comments
 (0)