diff --git a/.github/workflows/pr-build.yml b/.github/workflows/pr-build.yml index de76e651dc..c6d4832794 100644 --- a/.github/workflows/pr-build.yml +++ b/.github/workflows/pr-build.yml @@ -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()