setup-cpp/action.yml

23 lines
469 B
YAML
Raw Normal View History

2021-09-14 14:57:47 +08:00
name: "Setup Cpp"
description: "Install all the tools required for building and testing C++/C projects."
author: "Amin Yahyaabadi"
inputs:
compiler:
description: "The compiler and its version."
required: false
cmake:
description: "The cmake version to install."
required: false
ninja:
description: "The ninja version to install."
required: false
runs:
using: "node12"
main: "dist/index.js"
branding:
2021-09-14 15:00:41 +08:00
icon: "award"
color: "blue"