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 55a9f85 commit 38398d8Copy full SHA for 38398d8
.github/workflows/compile_sqlite.yml
@@ -50,7 +50,7 @@ jobs:
50
- uses: actions/cache@v4
51
id: cache_build
52
with:
53
- path: sqlite-compiled/
+ path: sqlite-compiled
54
key: sqlite-prebuilt-${{ runner.os }}-${{ hashFiles('tool/sqlite_build_id') }}
55
56
- name: Download sqlite3 sources
0 commit comments