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 2, 2023
1 parent af1106e commit c4b66db
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 c4b66db

Please sign in to comment.