From 95be6b560fc13935715794837e1fd5c5d8733065 Mon Sep 17 00:00:00 2001 From: Amin Yahyaabadi Date: Sat, 22 Jan 2022 17:14:48 -0800 Subject: [PATCH] fix: add vcpkg to action.yml [skip ci] --- action.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/action.yml b/action.yml index 1f53baec..29fa5bcc 100644 --- a/action.yml +++ b/action.yml @@ -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