This commit is contained in:
Zhang 2024-01-29 20:17:11 +08:00
parent 21fbdd7130
commit 1e8c42097f

View file

@ -41,13 +41,9 @@ jobs:
with: with:
fetch-depth: 0 fetch-depth: 0
- name: Install-dpcpp - name: Install
run: | run: |
scripts/install_windows.bat $WINDOWS_BASEKIT_URL $WINDOWS_DPCPP_COMPONENTS scripts/install_windows.bat $WINDOWS_BASEKIT_URL $WINDOWS_DPCPP_COMPONENTS;$WINDOWS_MKL_COMPONENTS
- name: Install-mkl
run: |
scripts/install_windows.bat $WINDOWS_BASEKIT_URL $WINDOWS_MKL_COMPONENTS
- name: Build - name: Build
id: cmake_build id: cmake_build