We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79384e2 commit ab67ea2Copy full SHA for ab67ea2
.github/workflows/ci.yml
@@ -64,6 +64,11 @@ jobs:
64
actions-cache-folder: ${{env.EM_CACHE_FOLDER}}
65
- run: emcc -v
66
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
+
72
- name: Test WASM build
73
run: |
74
make clean && make
0 commit comments