mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-11 16:46:16 +00:00
Retry DirectX install (#151)
This commit is contained in:
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user