Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,6 @@ jobs:
cc: "gcc", cxx: "g++",
extra_path: "",
}
- {
name: "Ubuntu 20.04 GCC",
os: ubuntu-20.04,
generator: "Unix Makefiles",
build_type: "Debug",
cc: "gcc", cxx: "g++",
extra_path: "",
}
- {
name: "macOS Latest Clang",
os: macos-latest,
Expand Down
4 changes: 2 additions & 2 deletions sqlite3/README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
sqlite3
-------

Copyright (c) 2012-2024 Sebastien Rombauts (sebastien.rombauts@gmail.com)
Copyright (c) 2012-2025 Sebastien Rombauts (sebastien.rombauts@gmail.com)

"sqlite3.c" and "sqlite3.h" files from sqlite-amalgamation-3460100.zip (SQLite 3.46.1 2024-08-13)
"sqlite3.c" and "sqlite3.h" files from sqlite-amalgamation-3490200.zip (SQLite 3.49.2 2025-05-07)

Those files are provided for easy setup and compatibility under Windows/Linux/MacOS.
They are used by default by the CMake build.
Expand Down
Loading