Skip to content

Commit

Permalink
Follow redirects when downloading openssl in macOS builder (#593)
Browse files Browse the repository at this point in the history
  • Loading branch information
alex authored Jun 13, 2024
1 parent 659bb5e commit 8bb6c04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-macos-openssl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Download OpenSSL
run: |
source ./cryptography-linux/openssl-version.sh
curl -o openssl.tar.gz https://www.openssl.org/source/$OPENSSL_VERSION.tar.gz
curl -Lo openssl.tar.gz https://www.openssl.org/source/$OPENSSL_VERSION.tar.gz
shasum -a 256 -c <<< "$OPENSSL_SHA256 *openssl.tar.gz"
- name: Extract OpenSSL
run: |
Expand Down

0 comments on commit 8bb6c04

Please sign in to comment.