Skip to content

Commit

Permalink
fixes for scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandr-Solovev committed Sep 26, 2024
1 parent 1383c7a commit 8c07e17
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/nightly-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ permissions:
contents: read

env:
WIN_BASEKIT_VERSION: '2024.2.1.101'
WINDOWS_BASEKIT_URL: 'https://registrationcenter-download.intel.com/akdlm/IRC_NAS/d91caaa0-7306-46ea-a519-79a0423e1903/w_BaseKit_p_$(WIN_BASEKIT_VERSION)_offline.exe'
WINDOWS_BASEKIT_URL: 'https://registrationcenter-download.intel.com/akdlm/IRC_NAS/d91caaa0-7306-46ea-a519-79a0423e1903/w_BaseKit_p_2024.2.1.101_offline.exe'
WINDOWS_ALL_COMPONENTS: 'intel.oneapi.win.cpp-dpcpp-common:intel.oneapi.win.mkl.devel'

jobs:
Expand Down Expand Up @@ -73,7 +72,7 @@ jobs:
with:
repository: oneapi-src/oneDAL
- name: Install DPC++
run: .ci/scripts/install_windows.bat $(WINDOWS_BASEKIT_URL) $(WINDOWS_ALL_COMPONENTS)
run: .ci/scripts/install_windows.bat $WINDOWS_BASEKIT_URL $WINDOWS_ALL_COMPONENTS
- name: System Info
shell: cmd
run: |
Expand Down

0 comments on commit 8c07e17

Please sign in to comment.