Skip to content

Commit

Permalink
Remove directory listings
Browse files Browse the repository at this point in the history
  • Loading branch information
Austin Klein committed Sep 29, 2023
1 parent c531db7 commit 4ee2118
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 4ee2118

Please sign in to comment.