fix linker failure for OpenCL lib

This commit is contained in:
shannonwells 2019-11-06 11:36:40 -08:00
parent 87616e1c03
commit 00114c21e5

View File

@ -15,6 +15,8 @@ commands:
prepare: prepare:
steps: steps:
- checkout - checkout
- run: sudo apt-get update
- run: sudo apt-get install ocl-icd-opencl-dev
- run: git submodule sync - run: git submodule sync
- run: git submodule update --init - run: git submodule update --init
download-params: download-params: