Skip to content

Commit

Permalink
debug CI 19
Browse files Browse the repository at this point in the history
  • Loading branch information
shutsch committed Feb 25, 2024
1 parent cfed3d7 commit 36ab701
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 @@ -16,7 +16,7 @@ jobs:
- name: downloading and installing Catch2
run: git clone https://github.com/catchorg/Catch2.git && cd Catch2 && cmake -Bbuild -H. -DBUILD_TESTING=OFF && sudo cmake --build build/ --target install
- name: downloading and installing fftw
run: wget http://www.fftw.org/fftw-3.3.10.tar.gz && tar xzf fftw-3.3.10.tar.gz && cd fftw-3.3.10 && ./configure && make && sudo make install
run: wget http://www.fftw.org/fftw-3.3.10.tar.gz && tar xzf fftw-3.3.10.tar.gz && cd fftw-3.3.10 && ./configure -enable-shared --enable-openmp --enable-threads && make && sudo make install
- 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
Expand Down

0 comments on commit 36ab701

Please sign in to comment.