Skip to content

Commit 38398d8

Browse files
committed
Cache
1 parent 55a9f85 commit 38398d8

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
@@ -50,7 +50,7 @@ jobs:
5050
- uses: actions/cache@v4
5151
id: cache_build
5252
with:
53-
path: sqlite-compiled/
53+
path: sqlite-compiled
5454
key: sqlite-prebuilt-${{ runner.os }}-${{ hashFiles('tool/sqlite_build_id') }}
5555

5656
- name: Download sqlite3 sources

0 commit comments

Comments
 (0)