From 7cdcf3f1212b95b2efa122327600d9488e19a8c9 Mon Sep 17 00:00:00 2001 From: Sudara Date: Wed, 7 Feb 2024 01:59:34 +0100 Subject: [PATCH] set IPP_DIR and inspect the oneAPI dir --- .github/workflows/cmake_ctest.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/cmake_ctest.yml b/.github/workflows/cmake_ctest.yml index c60b42a..f554bc2 100644 --- a/.github/workflows/cmake_ctest.yml +++ b/.github/workflows/cmake_ctest.yml @@ -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 @@ -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'