Skip to content

Commit

Permalink
ci: install DirectX SDK redist from choco
Browse files Browse the repository at this point in the history
  • Loading branch information
NikhilNarayana committed Sep 9, 2024
1 parent 8e9b34c commit 6a40b0e
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/pr-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 6a40b0e

Please sign in to comment.