SRombauts / SQLiteCpp

SQLiteC++ (SQLiteCpp) is a smart and easy to use C++ SQLite3 wrapper.
http://srombauts.github.io/SQLiteCpp
MIT License
2.22k stars 510 forks source link

Macos ci fix #476

Closed UnixY2K closed 2 months ago

UnixY2K commented 2 months ago

fixes a CI issue in OSX due to PEP-668 pip3 was used to install meson and ninja build, pipx is a drop in replacement for this use case.

SRombauts commented 2 months ago

Thanks a lot for your contribution! Sébastien