File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -44,6 +44,8 @@ if [ "$RUNNER_OS" = "macOS" ]; then
44
44
echo " NODE_EXTRA_CA_CERTS=/Users/mitmproxyuser/.mitmproxy/mitmproxy-ca-cert.pem" >> $GITHUB_ENV
45
45
# set environment variable for the Python requests library to use the certificate
46
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
47
49
48
50
# Enable IP forwarding.
49
51
sudo sysctl -w net.inet.ip.forwarding=1
@@ -112,6 +114,8 @@ elif [ "$RUNNER_OS" = "Linux" ]; then
112
114
echo " NODE_EXTRA_CA_CERTS=/home/mitmproxyuser/.mitmproxy/mitmproxy-ca-cert.pem" >> $GITHUB_ENV
113
115
# set environment variable for the Python requests library to use the certificate
114
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
115
119
116
120
# setup global redirection
117
121
sudo sysctl -w net.ipv4.ip_forward=1
134
138
135
139
fi
136
140
137
- echo " --all done--"
141
+ echo " --all done--"
You can’t perform that action at this time.
0 commit comments