Skip to content

Commit 422a558

Browse files
authored
CI(perf): activate oneapi env before use
1 parent 87b42c7 commit 422a558

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/performance.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
cmake --install build
2626
- name: Test
2727
run: |
28+
source /opt/intel/oneapi/setvars.sh 2> /dev/null || :
2829
cd examples/performance/
2930
bash run.sh
3031
- name: Show Result

0 commit comments

Comments
 (0)