Skip to content
This repository has been archived by the owner on Mar 13, 2024. It is now read-only.

Commit

Permalink
Update vcpkg version to 2023.12.12
Browse files Browse the repository at this point in the history
  • Loading branch information
jslee02 committed Dec 19, 2023
1 parent 64a8e79 commit c4d1f90
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit c4d1f90

Please sign in to comment.