From 4a961d452ccb20cfb93b1c74a911c46e352db0c7 Mon Sep 17 00:00:00 2001 From: stonedDiscord Date: Sun, 11 Jun 2023 14:17:41 +0200 Subject: [PATCH] use the answer file --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 87eb4c46..3694583b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,4 +1,4 @@ -name: ISO +name: Build on: push: @@ -22,11 +22,11 @@ jobs: run: | mkdir dx5sdk cd dx5sdk - wget https://ia800700.us.archive.org/9/items/idx5sdk/idx5sdk.exe + wget https://archive.org/download/idx5sdk/idx5sdk.exe 7z x .\idx5sdk.exe 7z x .\DX5SDK.EXE cd cdrom - .\SETUP.EXE + .\SETUP.EXE /s - name: Build run: |