From 4988636fe1af715583e38bab7b83efee135e6f8d Mon Sep 17 00:00:00 2001 From: lpanaf Date: Wed, 24 Jul 2024 12:11:41 +0200 Subject: [PATCH] Ceres installation debug --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ed11e7d..f6f6032 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -96,6 +96,7 @@ jobs: libatlas-base-dev \ libsuitesparse-dev wget https://github.com/ceres-solver/ceres-solver/archive/refs/tags/2.2.0.tar.gz + mv 2.2.0.tar.gz ceres-solver-2.2.0.tar.gz tar zxf ceres-solver-2.2.0.tar.gz mkdir ceres-bin cd ceres-bin