Skip to content

Commit

Permalink
debug CI 5
Browse files Browse the repository at this point in the history
  • Loading branch information
shutsch committed Feb 23, 2024
1 parent 7c1f16f commit d7e3ee1
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/cpp_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,10 @@ jobs:

steps:
- uses: actions/checkout@v4
#- name: downloading and install 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 install 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: load submodules
run: git submodule update --init
- name: debug
run: ls && cd build && ls
- name: cmake
run: mkdir build && export MKPATH="${PWD}" && cd build && echo "${MKPATH}" && cmake "${MKPATH}"
- name: make
Expand Down

0 comments on commit d7e3ee1

Please sign in to comment.