summaryrefslogtreecommitdiff
path: root/.github/workflows/macos.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/macos.yml')
-rw-r--r--.github/workflows/macos.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml
index 186b553..849ef70 100644
--- a/.github/workflows/macos.yml
+++ b/.github/workflows/macos.yml
@@ -24,6 +24,8 @@ jobs:
toolchain: stable
override: true
- name: Export OpenSSL environment variables
+ env:
+ ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true'
run: |
echo "::set-env name=OPENSSL_INCLUDE_DIR::$(brew --prefix openssl)/include"
echo "::set-env name=OPENSSL_LIB_DIR::$(brew --prefix openssl)/lib"