Skip to content

Commit

Permalink
Disable GHA "linux gnu-12" OpenMP for CXX as "omp.h" header is not fo…
Browse files Browse the repository at this point in the history
…und :(
  • Loading branch information
wdeconinck committed May 22, 2023
1 parent 10cad2a commit 4943b57
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ jobs:
compiler_cc: gcc-12
compiler_cxx: g++-12
compiler_fc: gfortran-12
cmake_options: -DENABLE_OMP_CXX=OFF
caching: true
coverage: false

Expand Down

0 comments on commit 4943b57

Please sign in to comment.