From 2ab1b84de51ce46ad1e1db90ba00d85e3d3ca20a Mon Sep 17 00:00:00 2001 From: momo5502 Date: Mon, 17 Mar 2025 20:37:35 +0100 Subject: [PATCH] Revert "Update build.yml" This reverts commit d5e875cf1bf88bbe75b755b18d800f3119bc5a87. --- .github/workflows/build.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b347b203..dc769152 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -91,11 +91,7 @@ jobs: run: ./directx_Jun2010_redist.exe /Q /T:"${{github.workspace}}/dxrt" - name: Install DirectX Runtime - uses: nick-fields/retry@v3 - with: - timeout_minutes: 3 - max_attempts: 3 - command: "cmd /c \"start /wait .\\dxrt\\dxsetup.exe /silent\"" + run: "cmd /c \"start /wait .\\dxrt\\dxsetup.exe /silent\"" - name: Download API Set Dumper uses: pyTooling/download-artifact@v4