CI: Disable IPP

This commit is contained in:
Luke Street 2021-04-06 15:45:53 -04:00
parent 62923c5677
commit b9fc493db7
1 changed files with 0 additions and 8 deletions

View File

@ -120,10 +120,6 @@ jobs:
(New-Object Net.WebClient).DownloadFile("https://axiodl.com/files/$Filename", "$TempDir\$Filename")
7z x "-o$env:RUNNER_WORKSPACE" -aos "$TempDir\$Filename"
- name: Install Intel IPP
run: |
Install-Package intelipp.devel.win-x64 -Version $env:IPP_VERSION
- name: Install dependencies
run: choco install ninja vulkan-sdk
@ -176,10 +172,6 @@ jobs:
(New-Object Net.WebClient).DownloadFile("https://axiodl.com/files/$Filename", "$TempDir\$Filename")
7z x "-o$env:RUNNER_WORKSPACE" -aos "$TempDir\$Filename"
- name: Install Intel IPP
run: |
Install-Package intelipp.devel.win-x64 -Version $env:IPP_VERSION
- name: Install dependencies
run: choco install ninja vulkan-sdk