mirror of https://github.com/aminya/setup-cpp
fix: add vcpkg to action.yml [skip ci]
This commit is contained in:
parent
6f2162a5a9
commit
95be6b560f
|
@ -30,6 +30,9 @@ inputs:
|
|||
conan:
|
||||
description: "The conan version to install."
|
||||
required: false
|
||||
vcpkg:
|
||||
description: "The vcpkg version to install."
|
||||
required: false
|
||||
meson:
|
||||
description: "The meson version to install."
|
||||
required: false
|
||||
|
|
Loading…
Reference in New Issue