From c4d1f9035216754a18919d771f9ca8d079d2347d Mon Sep 17 00:00:00 2001 From: Jeongseok Lee Date: Mon, 18 Dec 2023 20:38:44 -0800 Subject: [PATCH] Update vcpkg version to 2023.12.12 --- .github/workflows/ci.yml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1a70443..fe0ed48 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ on: env: VCPKG_ROOT: C:\dartsim\vcpkg - VCPKG_VERSION: "2023.06.20" + VCPKG_VERSION: "2023.12.12" jobs: setup_and_build_base: @@ -40,7 +40,10 @@ jobs: fail-fast: false matrix: zip-name: ["vcpkg-dartsim-deps-v7.0"] - deps: ["assimp ccd eigen3 entt fcl fmt spdlog bullet3 coin-or-ipopt freeglut glfw3 nlopt ode opencl opengl osg pagmo2 pybind11 tinyxml2 urdfdom yaml-cpp"] + deps: + [ + "assimp ccd eigen3 entt fcl fmt spdlog bullet3 coin-or-ipopt freeglut glfw3 nlopt ode opencl opengl osg pagmo2 pybind11 tinyxml2 urdfdom yaml-cpp", + ] include: - zip-name: "vcpkg-dartsim-deps-v6.13" deps: "assimp ccd eigen3 fcl fmt spdlog bullet3 coin-or-ipopt flann freeglut glfw3 nlopt ode opengl osg pagmo2 pybind11 tinyxml2 urdfdom" @@ -96,9 +99,9 @@ jobs: setlocal set file="${{ matrix.zip-name }}.zip" set maxbytesize=2000000000 - + FOR /F "usebackq" %%A IN ('%file%') DO set size=%%~zA - + if %size% GTR %maxbytesize% ( echo File is greater than %maxbytesize% bytes exit /b 1