Wait for extraction

This commit is contained in:
momo5502
2025-03-17 20:41:44 +01:00
parent 2ab1b84de5
commit 7d1631e730

View File

@@ -88,7 +88,7 @@ jobs:
run: curl --connect-timeout 5 --max-time 10 --retry 5 --retry-delay 0 --retry-max-time 40 -L -o directx_Jun2010_redist.exe https://download.microsoft.com/download/8/4/A/84A35BF1-DAFE-4AE8-82AF-AD2AE20B6B14/directx_Jun2010_redist.exe
- name: Extract DirectX Runtime
run: ./directx_Jun2010_redist.exe /Q /T:"${{github.workspace}}/dxrt"
run: "cmd /c \"start directx_Jun2010_redist.exe /Q /T:${{github.workspace}}/dxrt\""
- name: Install DirectX Runtime
run: "cmd /c \"start /wait .\\dxrt\\dxsetup.exe /silent\""