From d5e875cf1bf88bbe75b755b18d800f3119bc5a87 Mon Sep 17 00:00:00 2001 From: Maurice Heumann Date: Fri, 14 Mar 2025 08:08:14 +0100 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index dc769152..b347b203 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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