Skip to content

Commit 0ce2ead

Browse files
authored
Add also for linux
1 parent 490c03d commit 0ce2ead

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

monitor/setup.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,8 @@ elif [ "$RUNNER_OS" = "Linux" ]; then
114114
echo "NODE_EXTRA_CA_CERTS=/home/mitmproxyuser/.mitmproxy/mitmproxy-ca-cert.pem" >> $GITHUB_ENV
115115
# set environment variable for the Python requests library to use the certificate
116116
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
117119

118120
# setup global redirection
119121
sudo sysctl -w net.ipv4.ip_forward=1
@@ -136,4 +138,4 @@ else
136138

137139
fi
138140

139-
echo "--all done--"
141+
echo "--all done--"

0 commit comments

Comments
 (0)