From 21fbdd7130a0c712d38d38c333dcccc0bdde0a3b Mon Sep 17 00:00:00 2001 From: Zhang Date: Mon, 29 Jan 2024 19:45:44 +0800 Subject: [PATCH] fix install issue --- .github/workflows/build.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 130bb0701767d..e1043b6119837 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -41,12 +41,14 @@ jobs: with: fetch-depth: 0 - - name: install + - name: Install-dpcpp run: | scripts/install_windows.bat $WINDOWS_BASEKIT_URL $WINDOWS_DPCPP_COMPONENTS - scripts/install_windows.bat $WINDOWS_BASEKIT_URL $$WINDOWS_MKL_COMPONENTS - + - name: Install-mkl + run: | + scripts/install_windows.bat $WINDOWS_BASEKIT_URL $WINDOWS_MKL_COMPONENTS + - name: Build id: cmake_build run: |