diff --git a/.circleci/config.yml b/.circleci/config.yml index fcdf73642..c1106b210 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -15,6 +15,8 @@ commands: prepare: steps: - checkout + - run: sudo apt-get update + - run: sudo apt-get install ocl-icd-opencl-dev - run: git submodule sync - run: git submodule update --init download-params: