Fix OpenCL installation (#301)

This commit is contained in:
Jacky Lee
2022-01-06 07:35:48 -08:00
committed by GitHub
parent b0511f9392
commit 81664baf64

View File

@@ -81,7 +81,7 @@ jobs:
- name: Update packages
run: sudo apt-get update
- name: Install OpenCL
run: sudo apt-get install pocl-opencl-icd
run: sudo apt-get install -y pocl-opencl-icd
- name: Set up Python 3.8
uses: actions/setup-python@v2
with: