Skip to content

Commit

Permalink
fix install cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
NeoZhangJianyu committed Jan 29, 2024
1 parent 1e8c420 commit 9c6b646
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ jobs:
shell: bash
env:
WINDOWS_BASEKIT_URL: https://registrationcenter-download.intel.com/akdlm/IRC_NAS/62641e01-1e8d-4ace-91d6-ae03f7f8a71f/w_BaseKit_p_2024.0.0.49563_offline.exe
WINDOWS_DPCPP_COMPONENTS: intel.oneapi.win.cpp-dpcpp-common
WINDOWS_MKL_COMPONENTS: intel.oneapi.win.mkl.devel
WINDOWS_DPCPP_MKL: intel.oneapi.win.cpp-dpcpp-common:intel.oneapi.win.mkl.devel


steps:
Expand All @@ -42,8 +41,7 @@ jobs:
fetch-depth: 0

- name: Install
run: |
scripts/install_windows.bat $WINDOWS_BASEKIT_URL $WINDOWS_DPCPP_COMPONENTS;$WINDOWS_MKL_COMPONENTS
run: scripts/install_windows.bat $WINDOWS_BASEKIT_URL $WINDOWS_DPCPP_MKL

- name: Build
id: cmake_build
Expand Down

0 comments on commit 9c6b646

Please sign in to comment.