From f90cd5af27ad588d436db210e6a1825d8f906454 Mon Sep 17 00:00:00 2001 From: zijamlu Date: Tue, 8 Nov 2022 15:29:02 +0800 Subject: [PATCH] vcpkg: Add missing persist directories (#4102) --- bucket/vcpkg.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bucket/vcpkg.json b/bucket/vcpkg.json index 21edc6bd73..43a879b971 100644 --- a/bucket/vcpkg.json +++ b/bucket/vcpkg.json @@ -16,8 +16,10 @@ "script": "vcpkg integrate remove" }, "persist": [ + "buildtrees", "downloads", - "installed" + "installed", + "packages" ], "checkver": { "github": "https://github.com/microsoft/vcpkg/"