Update build.yml

This commit is contained in:
Maurice Heumann
2025-03-14 08:08:14 +01:00
committed by GitHub
parent 259eeee1de
commit d5e875cf1b

View File

@@ -91,7 +91,11 @@ jobs:
run: ./directx_Jun2010_redist.exe /Q /T:"${{github.workspace}}/dxrt"
- name: Install DirectX Runtime
run: "cmd /c \"start /wait .\\dxrt\\dxsetup.exe /silent\""
uses: nick-fields/retry@v3
with:
timeout_minutes: 3
max_attempts: 3
command: "cmd /c \"start /wait .\\dxrt\\dxsetup.exe /silent\""
- name: Download API Set Dumper
uses: pyTooling/download-artifact@v4