vcpkg: Add missing persist directories (#4102)

This commit is contained in:
zijamlu 2022-11-08 15:29:02 +08:00 committed by GitHub
parent 935f2e772b
commit f90cd5af27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,8 +16,10 @@
"script": "vcpkg integrate remove"
},
"persist": [
"buildtrees",
"downloads",
"installed"
"installed",
"packages"
],
"checkver": {
"github": "https://github.com/microsoft/vcpkg/"