We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
HEX_CACERTS_PATH
1 parent a1f1ca6 commit 490c03dCopy full SHA for 490c03d
monitor/setup.sh
@@ -44,6 +44,8 @@ if [ "$RUNNER_OS" = "macOS" ]; then
44
echo "NODE_EXTRA_CA_CERTS=/Users/mitmproxyuser/.mitmproxy/mitmproxy-ca-cert.pem" >> $GITHUB_ENV
45
# set environment variable for the Python requests library to use the certificate
46
echo "REQUESTS_CA_BUNDLE=/Users/mitmproxyuser/.mitmproxy/mitmproxy-ca-cert.pem" >> $GITHUB_ENV
47
+ # set environment variable for the Elixir Hex package manager to use the certificate
48
+ echo "HEX_CACERTS_PATH=/Users/mitmproxyuser/.mitmproxy/mitmproxy-ca-cert.pem" >> $GITHUB_ENV
49
50
# Enable IP forwarding.
51
sudo sysctl -w net.inet.ip.forwarding=1
0 commit comments