Skip to content

Commit

Permalink
really don't enjoy PS
Browse files Browse the repository at this point in the history
  • Loading branch information
black-sliver authored Jun 13, 2024
1 parent 7ef7c55 commit 0b87b2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0b87b2f

Please sign in to comment.