Skip to content

Commit

Permalink
Don't install inno
Browse files Browse the repository at this point in the history
Looks to already be installed?
  • Loading branch information
Merrit committed Mar 25, 2021
1 parent 07bf558 commit 30b0d22
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build-win32.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@ jobs:
xcopy C:\Windows\System32\msvcp140.dll build\Nyrna
xcopy C:\Windows\System32\vcruntime140.dll build\Nyrna
xcopy C:\Windows\System32\vcruntime140_1.dll build\Nyrna
- uses: crazy-max/ghaction-chocolatey@v1
with:
args: install innosetup -y
- name: Package with Inno Setup
run: |
iscc packaging\win32\inno_setup_script.iss
Expand Down

0 comments on commit 30b0d22

Please sign in to comment.