Skip to content

Commit

Permalink
clang: Fix libomp header problem with latest version of Eigen.
Browse files Browse the repository at this point in the history
  • Loading branch information
kristomu committed Jan 25, 2025
1 parent 37e9465 commit e8b0035
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ jobs:
libglpk-dev \
libconfig++-dev \
libeigen3-dev \
libomp-dev \
libboost-container-dev
- name: Set reusable strings
Expand Down Expand Up @@ -152,4 +153,4 @@ jobs:
-S ${{ github.workspace }} --preset default
- name: Build
run: cmake --build ${{ steps.strings.outputs.build-output-dir }}
run: cmake --build ${{ steps.strings.outputs.build-output-dir }}

0 comments on commit e8b0035

Please sign in to comment.