Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
NeoZhangJianyu committed May 12, 2024
1 parent 9b28d86 commit a7a5f42
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a7a5f42

Please sign in to comment.