From 1e8c42097ff23275187158e1e26f8423d0f1350d Mon Sep 17 00:00:00 2001 From: Zhang Date: Mon, 29 Jan 2024 20:17:11 +0800 Subject: [PATCH] fix ci --- .github/workflows/build.yml | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e1043b611..cc61c9bcb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -41,14 +41,10 @@ jobs: with: fetch-depth: 0 - - name: Install-dpcpp + - name: Install run: | - scripts/install_windows.bat $WINDOWS_BASEKIT_URL $WINDOWS_DPCPP_COMPONENTS - - - name: Install-mkl - run: | - scripts/install_windows.bat $WINDOWS_BASEKIT_URL $WINDOWS_MKL_COMPONENTS - + scripts/install_windows.bat $WINDOWS_BASEKIT_URL $WINDOWS_DPCPP_COMPONENTS;$WINDOWS_MKL_COMPONENTS + - name: Build id: cmake_build run: |