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.
1 parent 490c03d commit 0ce2eadCopy full SHA for 0ce2ead
monitor/setup.sh
@@ -114,6 +114,8 @@ elif [ "$RUNNER_OS" = "Linux" ]; then
114
echo "NODE_EXTRA_CA_CERTS=/home/mitmproxyuser/.mitmproxy/mitmproxy-ca-cert.pem" >> $GITHUB_ENV
115
# set environment variable for the Python requests library to use the certificate
116
echo "REQUESTS_CA_BUNDLE=/home/mitmproxyuser/.mitmproxy/mitmproxy-ca-cert.pem" >> $GITHUB_ENV
117
+ # set environment variable for the Elixir Hex package manager to use the certificate
118
+ echo "HEX_CACERTS_PATH=/home/mitmproxyuser/.mitmproxy/mitmproxy-ca-cert.pem" >> $GITHUB_ENV
119
120
# setup global redirection
121
sudo sysctl -w net.ipv4.ip_forward=1
@@ -136,4 +138,4 @@ else
136
138
137
139
fi
140
-echo "--all done--"
141
+echo "--all done--"
0 commit comments