Skip to content

Commit

Permalink
Added move to use the installed version of Strawberry Perl instead.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlemstra committed Jan 22, 2022
1 parent aff974e commit d68e6fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ jobs:
run: |
powershell Invoke-WebRequest -Uri https://github.com/ImageMagick/ImageMagick-Windows/releases/download/20200615/strawberry-perl-5.30.2.1-${{matrix.bit}}bit.msi -OutFile strawberry-perl-5.30.2.1-${{matrix.bit}}bit.msi
msiexec /i strawberry-perl-5.30.2.1-${{matrix.bit}}bit.msi /qn INSTALLDIR="C:\Strawberry${{matrix.bit}}"
mv "C:\Strawberry" "C:\Strawberry64"
- name: Install Inno Setup
shell: cmd
Expand Down

0 comments on commit d68e6fa

Please sign in to comment.