We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cf5d78 commit 620f34bCopy full SHA for 620f34b
.github/workflows/compile_sqlite.yml
@@ -90,7 +90,7 @@ jobs:
90
id: cache_build
91
with:
92
path: sqlite3_wasm_build/out/
93
- key: sqlite-prebuilt-wasm-${{ hashFiles('tool/sqlite_build_id') }}
+ key: sqlite-prebuilt-wasm-${{ hashFiles('tool/sqlite_build_id', 'sqlite3_wasm_build/src/*') }}
94
95
# clang 18 that ships on ubuntu crashes when compiling the wasm sources
96
- name: Install LLVM and Clang
0 commit comments