setup-cpp
Version:
Install all the tools required for building and testing C++/C projects.
9 lines (8 loc) • 333 B
TypeScript
export declare const x86_64: string[];
export declare const x86: string[];
export declare const arm64: string[];
export declare const armv7: string[];
export declare const powerpc64le: string[];
export declare const sparc64: string[];
export declare const sparcv9: string[];
export declare function getDebArch(arch: string): string;