From debe170146f055a1422c5e6a89cd19b58907d8a6 Mon Sep 17 00:00:00 2001 From: Jeongseok Lee Date: Fri, 14 Jan 2022 15:57:33 -0800 Subject: [PATCH] Install fmt and spdlog --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bcca121..61b212d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,7 +33,7 @@ jobs: # Install DART dependencies - name: Install vcpkg Packages env: - VCPKG_PACKAGES: "assimp boost-system boost-filesystem ccd eigen3 fcl" + VCPKG_PACKAGES: "assimp boost-system boost-filesystem ccd eigen3 fcl fmt spdlog" # 'dart-utils' needs tinyxml2 and boost algorithm/lexical-cast # and also boost-math to resolve a circular dependency with lexical-cast VCPKG_OPTIONAL_PACKAGES: "boost-algorithm boost-lexical-cast boost-math bullet3 flann freeglut glfw3 nlopt ode opengl osg pagmo2 pybind11 tinyxml2 urdfdom"