Skip to content

Commit

Permalink
Re-compile sqlite3 for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
simolus3 committed Oct 18, 2024
1 parent feac3e2 commit f9f6f44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
id: cache_sqlite_build
with:
path: sqlite/out
key: sqlite-v2-${{ runner.os }}-${{ env.SQLITE_VERSION }}
key: sqlite-v3-${{ runner.os }}-${{ env.SQLITE_VERSION }}
- name: Compile sqlite3 on Linux
if: steps.cache_sqlite_build.outputs.cache-hit != 'true' && runner.os == 'Linux'
run: |
Expand Down

0 comments on commit f9f6f44

Please sign in to comment.