This commit is contained in:
Zhang 2024-05-12 16:08:53 +08:00
parent 22e9d24a1c
commit 9b28d860a5

View file

@ -932,7 +932,7 @@ jobs:
id: pack_artifacts
if: ${{ ( github.event_name == 'push' && github.ref == 'refs/heads/master' ) || github.event.inputs.create_release == 'true' }}
run: |
echo "cp oneAPI running time dll files in ${{ ONEAPI_ROOT }} to ./build/bin"
echo "cp oneAPI running time dll files in ${ONEAPI_ROOT} to ./build/bin"
cp ${{ ONEAPI_ROOT }}/mkl/latest/bin/mkl_sycl_blas.4.dll ./build/bin
cp ${{ ONEAPI_ROOT }}/mkl/latest/bin/mkl_core.2.dlll ./build/bin
cp ${{ ONEAPI_ROOT }}/mkl/latest/bin/mkl_tbb_thread.2.dll ./build/bin