Skip to content

Commit ab67ea2

Browse files
fix ci
1 parent 79384e2 commit ab67ea2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

+5
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,11 @@ jobs:
6464
actions-cache-folder: ${{env.EM_CACHE_FOLDER}}
6565
- run: emcc -v
6666

67+
# For some reason the Makefile fails to execute this with a "Permission denied"
68+
# error on Github actions. Doing this here prevents the error.
69+
- name: Download PowerSync Core
70+
run: node scripts/download-core-build.js
71+
6772
- name: Test WASM build
6873
run: |
6974
make clean && make

0 commit comments

Comments
 (0)