fix path
This commit is contained in:
parent
9b28d860a5
commit
a7a5f42c07
1 changed files with 1 additions and 0 deletions
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
|
@ -932,6 +932,7 @@ jobs:
|
|||
id: pack_artifacts
|
||||
if: ${{ ( github.event_name == 'push' && github.ref == 'refs/heads/master' ) || github.event.inputs.create_release == 'true' }}
|
||||
run: |
|
||||
source "C:/Program Files (x86)/Intel/oneAPI/setvars.bat" intel64 --force
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue