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"