Skip to content

Commit 40a7f0f

Browse files
committed
Remove unneeded download of binaries
1 parent 534dfe6 commit 40a7f0f

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

.github/workflows/demos.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,6 @@ jobs:
4444
run: flutter pub global activate melos
4545
- name: Install dependencies
4646
run: melos prepare
47-
- name: Set powersync core version
48-
run: echo "CORE_VERSION=v0.1.8" >> $GITHUB_ENV
49-
- name: Download binaries
50-
run: sh tool/download_binaries.sh
5147
- name: Run flutter tests
5248
run: melos test
5349
- name: Run dart tests

.github/workflows/packages.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,6 @@ jobs:
4848
run: flutter pub global activate melos
4949
- name: Install dependencies and prepare project
5050
run: melos prepare
51-
- name: Set powersync core version
52-
run: echo "CORE_VERSION=v0.1.8" >> $GITHUB_ENV
53-
- name: Download binaries
54-
run: sh tool/download_binaries.sh
5551
- name: Run flutter tests
5652
run: melos test
5753
- name: Run dart tests

0 commit comments

Comments
 (0)