Skip to content

Commit

Permalink
OCL and driver is still required for test-generate
Browse files Browse the repository at this point in the history
  • Loading branch information
fasmat committed Aug 1, 2023
1 parent 0edc2aa commit bcf0235
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ jobs:
# should not take more than 2-3 mins
timeout-minutes: 5
steps:
- name: Add OpenCL support
run: sudo apt-get update -q && sudo apt-get install -qy ocl-icd-opencl-dev libpocl2
- name: checkout
uses: actions/checkout@v3
- name: set up go
Expand Down

0 comments on commit bcf0235

Please sign in to comment.