UNPKG

setup-cpp

Version:

Install all the tools required for building and testing C++/C projects.

7 lines (6 loc) 200 B
/** * Get the environment variables to use for the apt command * @param apt The apt command to use * @private Used internally */ export declare function getAptEnv(apt: string): NodeJS.ProcessEnv;