We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e8fb2b commit d42b7e6Copy full SHA for d42b7e6
1 file changed
.github/workflows/cmake-multi-platform.yml
@@ -55,6 +55,9 @@ jobs:
55
shell: bash
56
run: |
57
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
61
62
- name: Configure CMake
63
# 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