From c02873ed6b9a49d75748a9aba693b4de30532438 Mon Sep 17 00:00:00 2001 From: Silvio Traversaro Date: Sun, 11 Apr 2021 12:11:46 +0200 Subject: [PATCH] Bump robotology-superbuild-dependencies-vcpkg version in CI --- .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 36faa32c6..aca3e1161 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -364,7 +364,7 @@ jobs: # To avoid problems with non-relocatable packages, we unzip the archive exactly in the same directory # that has been used to create the pre-compiled archive cd C:/ - wget https://github.com/robotology/robotology-superbuild-dependencies-vcpkg/releases/download/v0.6.2/vcpkg-robotology-with-gazebo.zip + wget https://github.com/robotology/robotology-superbuild-dependencies-vcpkg/releases/download/v0.6.4/vcpkg-robotology-with-gazebo.zip unzip vcpkg-robotology-with-gazebo.zip -d C:/ rm vcpkg-robotology-with-gazebo.zip