From 4ee2118d5b47df554ec50cdd6051afa171454f91 Mon Sep 17 00:00:00 2001 From: Austin Klein Date: Thu, 28 Sep 2023 20:23:15 -0700 Subject: [PATCH] Remove directory listings --- .github/workflows/ci-build.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 4eb2be6..d996ce0 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -73,12 +73,12 @@ jobs: # ls /usr/include # dpkg -L intel-basekit # dpkg -L intel-oneapi-runtime-opencl - echo "ls /opt/intel" - ls /opt/intel - echo "ls /opt/intel/opencl" - ls /opt/intel/opencl - echo "ls /opt/intel/oneapi" - ls /opt/intel/oneapi + # echo "ls /opt/intel" + # ls /opt/intel + # echo "ls /opt/intel/opencl" + # ls /opt/intel/opencl + # echo "ls /opt/intel/oneapi" + # ls /opt/intel/oneapi - name: Build Sibernetic run: |