Skip to content

Commit

Permalink
Set IPP_ROOT in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
sudara committed Dec 27, 2023
1 parent b9c87a8 commit a5018c3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/cmake_ctest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,11 @@ jobs:
key: ipp-v4
path: C:\Program Files (x86)\Intel

- name: Set IPP_ROOT for CMake
if: runner.os == 'Windows'
shell: bash
run: echo "IPP_ROOT=${{ env.ProgramFiles(x86) }}/Intel/oneAPI/ipp/latest/lib/cmake/ipp/" >> $GITHUB_ENV

- name: Install IPP (Windows)
if: (runner.os == 'Windows') && (steps.cache-ipp.outputs.cache-hit != 'true')
shell: bash
Expand Down

0 comments on commit a5018c3

Please sign in to comment.