Skip to content

Commit

Permalink
Update sqlite3
Browse files Browse the repository at this point in the history
  • Loading branch information
strawbsbot committed Jan 15, 2025
1 parent f84beed commit 9517774
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ env:

orc_version: '0.4.40'

sqlite3_version: '3470200'
sqlite3_version: '3480000'

glib_version: '2.83.2'

Expand Down Expand Up @@ -1367,7 +1367,7 @@ jobs:
- name: Download SQLite
shell: bash
working-directory: downloads
run: curl ${{env.curl_options}} https://sqlite.org/2024/sqlite-autoconf-${{env.sqlite3_version}}.tar.gz
run: curl ${{env.curl_options}} https://sqlite.org/2025/sqlite-autoconf-${{env.sqlite3_version}}.tar.gz

- name: Extract SQLite
shell: bash
Expand Down

0 comments on commit 9517774

Please sign in to comment.