diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 750d562c06c9..26062789d7b3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -37,7 +37,7 @@ jobs: Invoke-WebRequest -Uri https://github.com/Ijwu/Enemizer/releases/download/${Env:ENEMIZER_VERSION}/win-x64.zip -OutFile enemizer.zip Expand-Archive -Path enemizer.zip -DestinationPath EnemizerCLI -Force Invoke-WebRequest -Uri https://files.jrsoftware.org/is/6/innosetup-6.2.2.exe -OutFile innosetup.exe - & innosetup.exe /VERYSILENT /NORESTART /SUPPRESSMSGBOXES /SP- + & .\innosetup.exe /VERYSILENT /NORESTART /SUPPRESSMSGBOXES /SP- - name: Build run: | python -m pip install --upgrade pip