Skip to content

Commit d93ee66

Browse files
committed
debug
1 parent 3af12c1 commit d93ee66

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -964,6 +964,10 @@ jobs:
964964
- name: Install
965965
run: |
966966
scripts/install-oneapi.bat $WINDOWS_BASEKIT_URL $WINDOWS_DPCPP_MKL
967+
ls -la "${{ env.ONEAPI_ROOT }}"
968+
ls -la "${{ env.ONEAPI_ROOT }}/dnnl"
969+
ls -la "${{ env.ONEAPI_ROOT }}/dnnl/latest"
970+
ls -la "${{ env.ONEAPI_ROOT }}/dnnl/latest/bin"
967971
968972
- name: Build
969973
id: cmake_build

0 commit comments

Comments
 (0)