Skip to content

Commit

Permalink
Make sure to install libomp for clang builds
Browse files Browse the repository at this point in the history
  • Loading branch information
jonjenssen committed Jan 2, 2024
1 parent d26b89c commit 4477826
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/cmakeClangLinux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,12 @@ jobs:
- uses: actions/checkout@v3
with:
submodules: true


- name: Install Linux dependencies
run: |
sudo apt-get update --option="APT::Acquire::Retries=3"
sudo apt-get install --option="APT::Acquire::Retries=3" libomp-14-dev
- name: Configure CMake
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.
# See https://cmake.org/cmake/help/latest/variable/CMAKE_BUILD_TYPE.html?highlight=cmake_build_type
Expand Down

0 comments on commit 4477826

Please sign in to comment.