Skip to content

Commit

Permalink
List directories of OpenCL
Browse files Browse the repository at this point in the history
  • Loading branch information
Austin Klein committed Sep 28, 2023
1 parent 2f20eb3 commit b7c23af
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,10 @@ jobs:
# 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/oneap
ls /opt/intel/oneapi
- name: Build Sibernetic
run: |
Expand Down

0 comments on commit b7c23af

Please sign in to comment.