Skip to content

Commit 0283eff

Browse files
committed
Fix cache directory for wasm build
1 parent 08a1a72 commit 0283eff

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/compile_sqlite.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ jobs:
141141
- uses: actions/cache@v4
142142
id: cache_build
143143
with:
144-
path: out/
144+
path: sqlite3_wasm_build/out/
145145
key: sqlite-prebuilt-wasm2-${{ hashFiles('sqlite3_wasm_build') }}
146146

147147
- name: Download WASI SDK
@@ -177,7 +177,6 @@ jobs:
177177
if-no-files-found: error
178178
retention-days: 1
179179

180-
181180
merge_assets:
182181
runs-on: ubuntu-latest
183182
needs: [build_sqlite, build_sqlite_windows, compile_wasm]

0 commit comments

Comments
 (0)