Skip to content

Commit

Permalink
Attempt using Intel OneAPI with apt-get
Browse files Browse the repository at this point in the history
  • Loading branch information
Austin Klein committed Sep 28, 2023
1 parent d9e68f9 commit 980b492
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 980b492

Please sign in to comment.