From 17013bfd0f51f8208d50f6b0623d31a782107d1f Mon Sep 17 00:00:00 2001 From: shutsch Date: Sun, 25 Feb 2024 16:47:01 +0100 Subject: [PATCH] debug CI 18 --- .github/workflows/cpp_ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cpp_ci.yml b/.github/workflows/cpp_ci.yml index aa22f75..8463125 100644 --- a/.github/workflows/cpp_ci.yml +++ b/.github/workflows/cpp_ci.yml @@ -20,7 +20,7 @@ jobs: - name: downloading and installing Eigen3 run: git clone https://gitlab.com/libeigen/eigen.git && cd eigen && mkdir build && cd build && cmake .. - name: downloading and installing autodiff - run: git clone https://github.com/autodiff/autodiff.git && cd autodiff && mkdir .build && cd .build && cmake .. -DAUTODIFF_BUILD_PYTHON=OFF && cmake --build . --target install + run: git clone https://github.com/autodiff/autodiff.git && cd autodiff && mkdir .build && cd .build && cmake .. -DAUTODIFF_BUILD_PYTHON=OFF && sudo cmake --build . --target install - name: load submodules run: git submodule update --init - name: cmake