sudo maybe

This commit is contained in:
George Hotz
2020-11-10 09:53:49 -08:00
parent 09bc8eddfe
commit c05401a9ca

View File

@@ -25,7 +25,7 @@ jobs:
- name: Install OpenCL
run: sudo apt-get install intel-opencl-icd clinfo
- name: ClInfo
run: clinfo
run: sudo clinfo
- name: Set up Python 3.8
uses: actions/setup-python@v2
with: