Skip to content

Commit

Permalink
set IPP_DIR and inspect the oneAPI dir
Browse files Browse the repository at this point in the history
  • Loading branch information
sudara authored Feb 7, 2024
1 parent 00b3648 commit 7cdcf3f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cmake_ctest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ env:
DISPLAY: :0 # linux pluginval needs this
CMAKE_BUILD_PARALLEL_LEVEL: 3 # Use up to 3 cpus to build juceaide, etc
HOMEBREW_NO_INSTALL_CLEANUP: 1
IPP_DIR: C:\Program Files (x86)\Intel\oneAPI\ipp\latest\lib\cmake\ipp

# jobs are run in paralell on different machines
# all steps run in series
Expand Down Expand Up @@ -83,6 +84,7 @@ jobs:
shell: bash
run: |
/c/Program\ Files\ \(x86\)/Intel/oneAPI/setvars-vcvarsall.bat
ls -ahl /c/Program\ Files\ \(x86\)/Intel/oneAPI/ipp
- name: Install Ninja (Windows)
if: runner.os == 'Windows'
Expand Down

0 comments on commit 7cdcf3f

Please sign in to comment.