Skip to content

Commit

Permalink
Follow redirects for strawberry perl
Browse files Browse the repository at this point in the history
Signed-off-by: Jesse Szwedko <jesse@szwedko.me>
  • Loading branch information
jszwedko committed Mar 11, 2021
1 parent d434a22 commit 3fca30a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ jobs:
VERSION: "5.30.0.1"
SHA256SUM: "459de13a284a4c83213208c9caa1c372c81136b6e863a3f13d42f631048e0b12" # we need to verify checksum because strawberryperl.com doesn't support HTTPS
run: |
curl -sSf http://strawberryperl.com/download/$VERSION/strawberry-perl-$VERSION-64bit.msi > perl-installer.msi
curl -sSfL http://strawberryperl.com/download/$VERSION/strawberry-perl-$VERSION-64bit.msi > perl-installer.msi
echo "$SHA256SUM perl-installer.msi" | sha256sum --check --status
- name: "Install Perl"
shell: cmd # msiexec fails when called from bash
Expand Down

0 comments on commit 3fca30a

Please sign in to comment.