diff options
author | fanquake <fanquake@gmail.com> | 2021-02-02 10:58:32 +0800 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2021-02-02 12:38:22 +0800 |
commit | 060a2a64d40d75fecb60b7d2b9946a67e46aa6fc (patch) | |
tree | 723f111d2a2636ea8a10065508dcf0d0d9adda60 /build_msvc/vcpkg.json | |
parent | 06e1d7d81d5a56d136c6fc88f09a2b0654a164f9 (diff) |
ci: remove boost thread installation
Adjust fuzzbuzz.yml to only install the Boost components we need.
Diffstat (limited to 'build_msvc/vcpkg.json')
-rw-r--r-- | build_msvc/vcpkg.json | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/build_msvc/vcpkg.json b/build_msvc/vcpkg.json index dfd3929c44..42b9a5d16f 100644 --- a/build_msvc/vcpkg.json +++ b/build_msvc/vcpkg.json @@ -8,7 +8,6 @@ "boost-process", "boost-signals2", "boost-test", - "boost-thread", "sqlite3", "double-conversion", { |