Skip to content

Commit

Permalink
No need to install the opencl headers anymore as they are installed d…
Browse files Browse the repository at this point in the history
…uring the build
  • Loading branch information
carlosuc3m authored Jun 17, 2024
1 parent e9e7d87 commit f959760
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/build-and-run.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,6 @@ jobs:
java-version: '11'
distribution: 'adopt'

- name: Install openCL on Ubuntu
if: runner.os == 'Linux'
run: sudo apt install ocl-icd-opencl-dev

- name: Increase swapfile on Ubuntu
if: runner.os == 'Linux'
run: |
Expand Down

0 comments on commit f959760

Please sign in to comment.