From a25da19712e2767298478ea6fdd46b69e4fe31dc Mon Sep 17 00:00:00 2001 From: Silvio Traversaro Date: Mon, 5 Jun 2023 10:45:33 +0200 Subject: [PATCH] Update catch2 to v2.13.9 and osqp to v0.6.3 in CI (#133) --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 07311d2..3f44649 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,9 +9,9 @@ on: - cron: '0 2 * * *' env: - osqp_TAG: v0.6.2 + osqp_TAG: v0.6.3 vcpkg_robotology_TAG: v0.0.3 - Catch2_TAG: v2.12.1 + Catch2_TAG: v2.13.9 # Overwrite the VCPKG_INSTALLATION_ROOT env variable defined by GitHub Actions to point to our vcpkg VCPKG_INSTALLATION_ROOT: C:\robotology\vcpkg