Skip to content

Commit d42b7e6

Browse files
Update cmake-multi-platform.yml
1 parent 1e8fb2b commit d42b7e6

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/cmake-multi-platform.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,9 @@ jobs:
5555
shell: bash
5656
run: |
5757
echo "build-output-dir=${{ github.workspace }}/build" >> "$GITHUB_OUTPUT"
58+
- name: Install OpenMP (Ubuntu)
59+
if matrix.os == 'ubuntu.latest'
60+
run: sudo apt-get update && sudo apt-get install -y libomp-dev
5861

5962
- name: Configure CMake
6063
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.

0 commit comments

Comments
 (0)