Skip to content

Commit

Permalink
Let's hope no more mistakes.
Browse files Browse the repository at this point in the history
  • Loading branch information
crisluengo committed Mar 18, 2024
1 parent e633dde commit 46e32a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ jobs:
export CPPFLAGS="-I/usr/local/opt/libomp/include"
fi
cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} ${{matrix.dip_cmake_opts}} -DDIP_ENABLE_ASSERT=ON -DDIP_PYDIP_WHEEL_INCLUDE_LIBS=ON
shell: bash

- name: Build
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}} --parallel ${{matrix.n_cores}}
Expand Down

0 comments on commit 46e32a1

Please sign in to comment.