From a7a5f42c075425dd7872c4199cef5931712c49b2 Mon Sep 17 00:00:00 2001 From: Zhang Date: Sun, 12 May 2024 16:13:13 +0800 Subject: [PATCH] fix path --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 303e23dbc..d6859a980 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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