Skip to content

Commit 684d066

Browse files
Alexander Batashevbader
andauthored
Update devops/actions/llvm_test_suite/action.yml
Co-authored-by: Alexey Bader <[email protected]>
1 parent 2db42a2 commit 684d066

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

devops/actions/llvm_test_suite/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ runs:
8484
source /runtimes/oneapi-tbb/env/vars.sh;
8585
fi
8686
# TODO remove workaround of FPGA emu bug
87-
mkdir icd
87+
mkdir -p icd
8888
echo /usr/lib/x86_64-linux-gnu/intel-opencl/libigdrcl.so > icd/gpu.icd
8989
echo /runtimes/oclcpu/x64/libintelocl.so > icd/cpu.icd
9090
export OCL_ICD_VENDORS=$PWD/icd

0 commit comments

Comments
 (0)