Skip to content

Commit

Permalink
fix install issue
Browse files Browse the repository at this point in the history
  • Loading branch information
NeoZhangJianyu committed Jan 29, 2024
1 parent 455d17d commit 21fbdd7
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 21fbdd7

Please sign in to comment.