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 am using the action on a self-hosted runner which requires proxy settings. I don't seem to be able to set these, meaning coursier fails when installing apps
I tried to set JAVA_OPTS, however this doesn't seem to be possible (not sure if this would work anyway)
My understanding is, I would need to get coursier to run like this: coursier -J-Dhttps.proxyHost=… -J-Dhttps.proxyPort=… as documented here
If this makes sense as a useful feature, I'd be willing to work on a pull request. Let me know what you think
The text was updated successfully, but these errors were encountered:
I am using the action on a self-hosted runner which requires proxy settings. I don't seem to be able to set these, meaning coursier fails when installing apps
I tried to set JAVA_OPTS, however this doesn't seem to be possible (not sure if this would work anyway)
My understanding is, I would need to get coursier to run like this:
coursier -J-Dhttps.proxyHost=… -J-Dhttps.proxyPort=…
as documented hereIf this makes sense as a useful feature, I'd be willing to work on a pull request. Let me know what you think
The text was updated successfully, but these errors were encountered: