Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jngaravitoc authored Dec 5, 2023
1 parent b743e1f commit 17fea45
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,17 @@ jobs:
sudo apt-get install -y build-essential libeigen3-dev libfftw3-dev libhdf5-dev libopenmpi-dev
- name: Setup submodule and build
working-directory: exp
run: |
git submodule update --init --recursive
mkdir -p exp/build/install
mkdir -p build/install
ls
- name: Compile pyEXP - Linux
if: runner.os == 'Linux'
env:
CC: ${{ matrix.cc }}
working-directory: EXP/build
working-directory: exp/build
run: >-
cmake
-DENABLE_NBODY=NO
Expand Down

0 comments on commit 17fea45

Please sign in to comment.