mirror of https://github.com/AxioDL/metaforce.git
CI: Disable IPP
This commit is contained in:
parent
62923c5677
commit
b9fc493db7
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue