mirror of
https://github.com/project-slippi/Ishiiruka.git
synced 2025-10-06 00:12:42 +02:00
ci: install DirectX SDK redist from choco
This commit is contained in:
11
.github/workflows/pr-build.yml
vendored
11
.github/workflows/pr-build.yml
vendored
@@ -89,19 +89,12 @@ jobs:
|
||||
uses: actions/cache@v3
|
||||
with:
|
||||
path: |
|
||||
./Tools/DX/
|
||||
./CodeSignTool/
|
||||
key: ${{ runner.os }}-${{ secrets.CACHE_CONTROL }}
|
||||
- name: "Download DirectX SDK"
|
||||
working-directory: ${{ github.workspace }}
|
||||
- name: "Install DirectX SDK Redist"
|
||||
shell: powershell
|
||||
run: |
|
||||
if (!(Test-Path ".\Tools\DX\DXSDK_Jun10.exe" -PathType Leaf)) { Invoke-WebRequest -Uri https://github.com/project-slippi/Ishiiruka/releases/download/v2.2.5/DXSDK_Jun10.exe -UseBasicParsing -OutFile ".\Tools\DX\DXSDK_Jun10.exe" }
|
||||
- name: "Install DirectX SDK"
|
||||
working-directory: ${{ github.workspace }}
|
||||
shell: cmd
|
||||
run: |
|
||||
.\Tools\DX\DXSDK_Jun10.exe /U /F
|
||||
choco install directx-sdk
|
||||
- name: 'Fetch Git Tags'
|
||||
shell: bash
|
||||
if: success()
|
||||
|
Reference in New Issue
Block a user