fix: add vcpkg to action.yml [skip ci]

This commit is contained in:
Amin Yahyaabadi 2022-01-22 17:14:48 -08:00
parent 6f2162a5a9
commit 95be6b560f
1 changed files with 3 additions and 0 deletions

View File

@ -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