Skip to content

Commit

Permalink
Fix all the Examples
Browse files Browse the repository at this point in the history
  • Loading branch information
srbhp committed Dec 15, 2023
1 parent e389951 commit f8bf862
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ jobs:
- name: Build
# build
run:
cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}
source /opt/intel/oneapi/setvars.sh
&& cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}} -DCMAKE_CXX_FLAGS=" -D_GLIBCXX_USE_TBB_PAR_BACKEND=0 -std=c++20 -qopenmp -qmkl -fp-model precise " -DCMAKE_CXX_COMPILER=icpx
&& touch ${{github.workspace}}/build/docs/sphinx/.nojekyll
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
Expand Down

0 comments on commit f8bf862

Please sign in to comment.