Skip to content

Commit

Permalink
Iterating on github actions def sux
Browse files Browse the repository at this point in the history
  • Loading branch information
sudara authored Feb 7, 2024
1 parent ccd4230 commit 00b3648
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/cmake_ctest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,19 +71,19 @@ 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: setvars for CMake
if: runner.os == 'Windows'
shell: bash
run: |
/c/Program\ Flies\ \(x86\)/Intel/oneAPI/setvars-vcvarsall.bat
- name: Save IPP cache (even on CI fail)
if: runner.os == 'Windows' && (steps.cache-ipp.outputs.cache-hit != 'true')
uses: actions/cache/save@v3
with:
path: C:\Program Files (x86)\Intel
key: ipp-v4

- name: setvars for CMake
if: runner.os == 'Windows'
shell: bash
run: |
/c/Program\ Files\ \(x86\)/Intel/oneAPI/setvars-vcvarsall.bat
- name: Install Ninja (Windows)
if: runner.os == 'Windows'
shell: bash
Expand Down

0 comments on commit 00b3648

Please sign in to comment.