Skip to content

Commit

Permalink
install pocl-opencl-icd
Browse files Browse the repository at this point in the history
  • Loading branch information
poszu committed Nov 13, 2023
1 parent 4115d39 commit c047e77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
- if: matrix.os == 'ubuntu-latest'
run: lscpu
- if: matrix.os == 'ubuntu-latest'
run: sudo apt-get install -y libpocl2 intel-opencl-icd ocl-icd-opencl-dev
run: sudo apt-get install -y libpocl2 pocl-opencl-icd ocl-icd-opencl-dev
name: Install dependencies for testing openCL
- if: matrix.os == 'windows-2019'
name: Install dependencies for linking openCL
Expand Down Expand Up @@ -131,7 +131,7 @@ jobs:
repo-token: ${{ secrets.GITHUB_TOKEN }}
- run: lscpu
- name: Install opencl
run: sudo apt-get install -y libpocl2 intel-opencl-icd ocl-icd-opencl-dev
run: sudo apt-get install -y libpocl2 pocl-opencl-icd ocl-icd-opencl-dev
- uses: actions/checkout@v3
with:
submodules: true
Expand Down

0 comments on commit c047e77

Please sign in to comment.