CI: fix windows-latest-cmake-sycl

The script was looking for mkl_sycl_blas.4.dll but the installed version is actually mkl_sycl_blas.5.dll
This commit is contained in:
FirstTimeEZ 2024-11-18 13:17:56 +13:00 committed by GitHub
parent 75207b3a88
commit 408bffb751
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -986,7 +986,7 @@ jobs:
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 ${{ env.ONEAPI_ROOT }} to ./build/bin"
cp "${{ env.ONEAPI_ROOT }}/mkl/latest/bin/mkl_sycl_blas.4.dll" ./build/bin
cp "${{ env.ONEAPI_ROOT }}/mkl/latest/bin/mkl_sycl_blas.5.dll" ./build/bin
cp "${{ env.ONEAPI_ROOT }}/mkl/latest/bin/mkl_core.2.dll" ./build/bin
cp "${{ env.ONEAPI_ROOT }}/mkl/latest/bin/mkl_tbb_thread.2.dll" ./build/bin