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