Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandr-Solovev committed Sep 26, 2024
1 parent e0bde44 commit bd71305
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nightly-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@ jobs:
with:
repository: oneapi-src/oneDAL
- name: Install DPC++
shell: cmd
shell: bash
run: |
call .\.ci\scripts\install_windows.bat %WINDOWS_BASEKIT_URL% %WINDOWS_ALL_COMPONENTS%
.ci/scripts/install_windows.bat ${{ env.WINDOWS_BASEKIT_URL }} ${{ env.WINDOWS_ALL_COMPONENTS }}
- name: System Info
shell: cmd
run: |
Expand Down

0 comments on commit bd71305

Please sign in to comment.