fix path
This commit is contained in:
parent
22e9d24a1c
commit
9b28d860a5
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue