Skip to content

Commit

Permalink
Try to fix intel CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tkittel committed Oct 27, 2024
1 parent 6b2065f commit 243c72c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/basictest_intel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ jobs:
- name: install oneAPI dpcpp compiler
run: sudo apt install intel-oneapi-compiler-dpcpp-cpp

- name: install oneAPI runtime libs
run: sudo apt install intel-oneapi-runtime-libs

- name: Configure CMake
run: |
source /opt/intel/oneapi/setvars.sh
Expand Down

0 comments on commit 243c72c

Please sign in to comment.