Skip to content

Commit

Permalink
debug CI 17
Browse files Browse the repository at this point in the history
  • Loading branch information
shutsch committed Feb 25, 2024
1 parent be8b3ee commit 21d5fbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cpp_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 .. && cmake --build . --target install
run: git clone https://github.com/autodiff/autodiff.git && cd autodiff && mkdir .build && cd .build && cmake .. -DAUTODIFF_BUILD_PYTHON=OFF && cmake --build . --target install
- name: load submodules
run: git submodule update --init
- name: cmake
Expand Down

0 comments on commit 21d5fbf

Please sign in to comment.