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 8894335 commit 4d161e0Copy full SHA for 4d161e0
.github/workflows/main.yml
@@ -16,7 +16,7 @@ jobs:
16
runs-on: ${{ matrix.os }}
17
env:
18
SQLITE_YEAR: "2025"
19
- SQLITE_VERSION: "3480000"
+ SQLITE_VERSION: "3490100"
20
21
steps:
22
- uses: actions/cache@v4
@@ -42,7 +42,7 @@ jobs:
42
if: steps.cache_sqlite_build.outputs.cache-hit != 'true' && runner.os == 'Linux'
43
working-directory: sqlite
44
run: |
45
- curl https://www.sqlite.org/$SQLITE_YEAR/sqlite-amalgamation-$SQLITE_VERSION.zip --output sqlite.zip
+ curl -L https://sqlite.org/$SQLITE_YEAR/sqlite-amalgamation-$SQLITE_VERSION.zip --output sqlite.zip
46
unzip sqlite.zip
47
48
cd sqlite-amalgamation-$SQLITE_VERSION
0 commit comments