We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5e8380 commit fc1aecfCopy full SHA for fc1aecf
.github/workflows/build-openssl-packages.yml
@@ -46,11 +46,12 @@ jobs:
46
env:
47
TARGET_ARCH: ${{ matrix.arch }}
48
NODEGIT_OPENSSL_BUILD_PACKAGE: 1
49
+ OPENSSL_MACOS_DEPLOYMENT_TARGET: "11.0"
50
run: node utils/acquireOpenSSL.mjs
51
52
- name: Push OpenSSL package to S3
53
54
node_pre_gyp_bucket: ${{ secrets.node_pre_gyp_bucket }}
55
AWS_ACCESS_KEY_ID: ${{ secrets.node_pre_gyp_accessKeyId }}
56
AWS_SECRET_ACCESS_KEY: ${{ secrets.node_pre_gyp_secretAccessKey }}
- run: node utils/uploadOpenSSL.mjs
57
+ run: node utils/uploadOpenSSL.mjs
0 commit comments