Skip to content

Commit

Permalink
install opencl runtime on win
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosuc3m authored Jun 17, 2024
1 parent c888649 commit 90f4c17
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build-and-run.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@ jobs:
if: runner.os == 'Windows'
uses: ilammy/msvc-dev-cmd@v1

- name: Install openCL runtime on Windows
if: runner.os == 'Windows'
run: |
curl -L -o "opencl_runtime_installer.exe" "https://downloadcenter.intel.com/download/XYZ/w_opencl_runtime_p_2024.1.0.968.exe"
.\opencl_runtime_installer.exe /S /norestart
- name: Increase swapfile on Ubuntu
if: runner.os == 'Linux'
run: |
Expand Down

0 comments on commit 90f4c17

Please sign in to comment.