Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
Reverted from `Debug` to `Release`
  • Loading branch information
The9Cat authored Oct 14, 2024
1 parent 02d09fb commit b215b49
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
if: runner.os == 'Linux'
run: |
sudo apt-get update
sudo apt-get install -y build-essential libeigen3-dev libfftw3-dev libhdf5-dev libopenmpi-dev cmake gdb python3-dev libpython3-dev
sudo apt-get install -y build-essential libeigen3-dev libfftw3-dev libhdf5-dev libopenmpi-dev
sudo pip install numpy
Expand All @@ -43,7 +43,7 @@ jobs:
cmake
-DENABLE_NBODY=YES
-DENABLE_PYEXP=YES
-DCMAKE_BUILD_TYPE=Debug
-DCMAKE_BUILD_TYPE=Release
-DEigen3_DIR=/usr/include/eigen3/share/eigen3/cmake
-DCMAKE_INSTALL_PREFIX=./install
-Wno-dev
Expand All @@ -59,4 +59,4 @@ jobs:

#- name: CTest Long
#working-directory: ./build
#run: ctest -L long
#run: ctest --output-on-failure -L long

0 comments on commit b215b49

Please sign in to comment.