Skip to content

Commit

Permalink
Build custom power levels (#999)
Browse files Browse the repository at this point in the history
  • Loading branch information
PanchoBubble authored Nov 4, 2024
1 parent 3637656 commit e0e060b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,10 +177,13 @@ jobs:
- name: Install dependencies (windows/OpenCL)
if: startsWith(runner.os,'Windows')
run: |
# choco upgrade opencl-intel-cpu-runtime -y
choco install opencl -y
vcpkg.exe --triplet=x64-windows install opencl
- name: Set OpenCL Library Path (windows)
if: startsWith(runner.os,'Windows')
run: |
echo "LIB=C:\vcpkg\installed\x64-windows\lib" >> $GITHUB_ENV
- name: Set environment variables (windows)
if: startsWith(runner.os,'Windows')
shell: bash
Expand Down

0 comments on commit e0e060b

Please sign in to comment.