mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-28 05:24:22 +01:00
remove www. prefix
This commit is contained in:
2
.github/shared/install_sqlite/action.yml
vendored
2
.github/shared/install_sqlite/action.yml
vendored
@@ -9,7 +9,7 @@ runs:
|
||||
SQLITE_VERSION: "3490100"
|
||||
YEAR: 2025
|
||||
run: |
|
||||
curl -o /tmp/sqlite.zip https://www.sqlite.org/$YEAR/sqlite-tools-linux-x64-$SQLITE_VERSION.zip > /dev/null
|
||||
curl -o /tmp/sqlite.zip https://sqlite.org/$YEAR/sqlite-tools-linux-x64-$SQLITE_VERSION.zip > /dev/null
|
||||
unzip -j /tmp/sqlite.zip sqlite3 -d /usr/local/bin/
|
||||
sqlite3 --version
|
||||
shell: bash
|
||||
|
||||
Reference in New Issue
Block a user