Skip to content

Commit 96923b9

Browse files
authored
Build(perf): update command
1 parent 6364f7a commit 96923b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/performance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
cmake --install build
2727
- name: Test
2828
run: |
29-
. /opt/intel/oneapi/setvars.sh 2> /dev/null || :
29+
test -e /opt/intel/oneapi/setvars.sh && . /opt/intel/oneapi/setvars.sh
3030
cd examples/performance/
3131
bash run.sh
3232
- name: Show Result

0 commit comments

Comments
 (0)