From 980b492413592c57c50ed221e52cce7673403592 Mon Sep 17 00:00:00 2001 From: Austin Klein Date: Wed, 27 Sep 2023 19:37:27 -0700 Subject: [PATCH] Attempt using Intel OneAPI with apt-get --- .github/workflows/ci-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index c52feb3..3569162 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -53,7 +53,7 @@ jobs: # sudo cp -R /opt/intel/opencl/include/CL /usr/include/ # sudo apt install -y ocl-icd-opencl-dev vim - sudo apt install -y intel-oneapi-runtime-opencl + sudo apt-get install -y intel-oneapi-runtime-opencl # sudo apt install -y pocl-opencl-icd - name: Build Sibernetic