Skip to content

Commit 4f8aa1d

Browse files
committed
Fix destination for sqlite3mc download
1 parent 4bfe7bb commit 4f8aa1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ jobs:
188188
- name: Web tests
189189
run: |
190190
curl https://simon-public.fsn1.your-objectstorage.com/assets/sqlite3/2.6.0/sqlite3.wasm -o example/web/sqlite3.wasm
191-
curl https://simon-public.fsn1.your-objectstorage.com/assets/sqlite3/2.6.0/sqlite3mc.wasm -o example/web/sqlite3.wasm
191+
curl https://simon-public.fsn1.your-objectstorage.com/assets/sqlite3/2.6.0/sqlite3mc.wasm -o example/web/sqlite3mc.wasm
192192
dart test -P web -r expanded
193193
# If browsers behave differently on different platforms, surely that's not our fault...
194194
# So, only run browser tests on Linux to be faster.

0 commit comments

Comments
 (0)