Skip to content

Commit

Permalink
add debug info
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandr-Solovev committed Sep 26, 2024
1 parent bd71305 commit 874b836
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/nightly-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,12 @@ jobs:
with:
repository: oneapi-src/oneDAL
- name: Install DPC++
shell: bash
shell: cmd
run: |
.ci/scripts/install_windows.bat ${{ env.WINDOWS_BASEKIT_URL }} ${{ env.WINDOWS_ALL_COMPONENTS }}
dir
dir .\.ci\
dir .\.ci\scripts
.\.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 874b836

Please sign in to comment.