From 874b836bae3be3da5c3a81f684d2953690ac9198 Mon Sep 17 00:00:00 2001 From: Alexandr-Solovev Date: Thu, 26 Sep 2024 03:27:39 -0700 Subject: [PATCH] add debug info --- .github/workflows/nightly-build.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nightly-build.yml b/.github/workflows/nightly-build.yml index f0d0b3b5785..4850fb6a3be 100644 --- a/.github/workflows/nightly-build.yml +++ b/.github/workflows/nightly-build.yml @@ -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: |