Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(ci): install rust plugin dependencies
I don't know why this started happening just recently, but it looks like the CI runner does not have the `pkg-config` (a rust plugin dep) package installed. Instead, it looks like it has `pkgconf`, pulled in by `r-base-dev`. I say this because those get removed when we explicitly install `pkg-config`: ``` ... The following packages will be REMOVED: pkgconf r-base-dev The following NEW packages will be installed: autopoint cmake cmake-data dh-elpa-helper gperf help2man libjsoncpp25 librhash0 ninja-build pkg-config qt5-qmake qt5-qmake-bin qtchooser scons 0 upgraded, 14 newly installed, 2 to remove and 41 not upgraded. ... ```
- Loading branch information