You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I set up my self-hosted runner on AWS with philips-labs/terraform-aws-github-runner, and found that python programs fails to fetch from HTTPS URLs without environment variable NIX_SSL_CERT_FILE. Only occured with Amazon Linux 2 AMIs, with Ubuntu AMIs this action just worked fine.
Can we somehow detect this situation and automatically set this environment variable? Currenly, the action only sets the variable on macOS runners.
I set up my self-hosted runner on AWS with philips-labs/terraform-aws-github-runner, and found that python programs fails to fetch from HTTPS URLs without environment variable
NIX_SSL_CERT_FILE
. Only occured with Amazon Linux 2 AMIs, with Ubuntu AMIs this action just worked fine.Can we somehow detect this situation and automatically set this environment variable? Currenly, the action only sets the variable on macOS runners.
install-nix-action/install-nix.sh
Lines 72 to 78 in 451e611
The text was updated successfully, but these errors were encountered: