Skip to content

Commit f9f6f44

Browse files
committed
Re-compile sqlite3 for CI
1 parent feac3e2 commit f9f6f44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
id: cache_sqlite_build
2424
with:
2525
path: sqlite/out
26-
key: sqlite-v2-${{ runner.os }}-${{ env.SQLITE_VERSION }}
26+
key: sqlite-v3-${{ runner.os }}-${{ env.SQLITE_VERSION }}
2727
- name: Compile sqlite3 on Linux
2828
if: steps.cache_sqlite_build.outputs.cache-hit != 'true' && runner.os == 'Linux'
2929
run: |

0 commit comments

Comments
 (0)