fix ci
This commit is contained in:
parent
21fbdd7130
commit
1e8c42097f
1 changed files with 3 additions and 7 deletions
10
.github/workflows/build.yml
vendored
10
.github/workflows/build.yml
vendored
|
@ -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: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue