Skip to content

Commit

Permalink
Try just setvars
Browse files Browse the repository at this point in the history
  • Loading branch information
sudara authored Feb 6, 2024
1 parent 198fff7 commit c6e765c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/cmake_ctest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,10 @@ jobs:
./oneapi.exe -s -x -f oneapi
./oneapi/bootstrapper.exe -s -c --action install --components=intel.oneapi.win.ipp.devel --eula=accept -p=NEED_VS2022_INTEGRATION=1 --log-dir=.
- name: Set IPP_ROOT and setvars for CMake
- name: setvars for CMake
if: runner.os == 'Windows'
shell: bash
run: |
echo "IPP_ROOT=${{ env.ProgramFiles(x86) }}/Intel/oneAPI/ipp/latest/lib/cmake/ipp/" >> $GITHUB_ENV
C:\Program Files (x86)\Intel\Intel\oneAPI\setvars-vcvarsall.bat
- name: Save IPP cache (even on CI fail)
Expand Down

0 comments on commit c6e765c

Please sign in to comment.