Skip to content

Commit 620f34b

Browse files
committed
Include source hash for wasm build only
1 parent 2cf5d78 commit 620f34b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/compile_sqlite.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
id: cache_build
9191
with:
9292
path: sqlite3_wasm_build/out/
93-
key: sqlite-prebuilt-wasm-${{ hashFiles('tool/sqlite_build_id') }}
93+
key: sqlite-prebuilt-wasm-${{ hashFiles('tool/sqlite_build_id', 'sqlite3_wasm_build/src/*') }}
9494

9595
# clang 18 that ships on ubuntu crashes when compiling the wasm sources
9696
- name: Install LLVM and Clang

0 commit comments

Comments
 (0)