Skip to content

Commit 490c03d

Browse files
committed
Add Elixir Hex’s HEX_CACERTS_PATH configuration in monitor setup script
1 parent a1f1ca6 commit 490c03d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

monitor/setup.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ if [ "$RUNNER_OS" = "macOS" ]; then
4444
echo "NODE_EXTRA_CA_CERTS=/Users/mitmproxyuser/.mitmproxy/mitmproxy-ca-cert.pem" >> $GITHUB_ENV
4545
# set environment variable for the Python requests library to use the certificate
4646
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
4749

4850
# Enable IP forwarding.
4951
sudo sysctl -w net.inet.ip.forwarding=1

0 commit comments

Comments
 (0)