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 feac3e2 commit f9f6f44Copy full SHA for f9f6f44
.github/workflows/main.yml
@@ -23,7 +23,7 @@ jobs:
23
id: cache_sqlite_build
24
with:
25
path: sqlite/out
26
- key: sqlite-v2-${{ runner.os }}-${{ env.SQLITE_VERSION }}
+ key: sqlite-v3-${{ runner.os }}-${{ env.SQLITE_VERSION }}
27
- name: Compile sqlite3 on Linux
28
if: steps.cache_sqlite_build.outputs.cache-hit != 'true' && runner.os == 'Linux'
29
run: |
0 commit comments