Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Galarius committed Mar 13, 2022
1 parent b9cb419 commit 1b5764f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,9 @@ jobs:

- name: Install OpenCL (Linux)
if: "contains(matrix.config.os, 'ubuntu')"
run: sudo apt-get install ocl-icd-opencl-dev opencl-headers
run: |
sudo apt-get update
sudo apt-get install ocl-icd-opencl-dev opencl-headers
- name: Prerequisites (Windows)
uses: microsoft/[email protected]
Expand Down

0 comments on commit 1b5764f

Please sign in to comment.