Skip to content

Commit

Permalink
debug CI 16
Browse files Browse the repository at this point in the history
  • Loading branch information
shutsch committed Feb 25, 2024
1 parent b9e031b commit be8b3ee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cpp_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:

steps:
- uses: actions/checkout@v4
- 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
- name: downloading and installing Eigen3
Expand Down

0 comments on commit be8b3ee

Please sign in to comment.