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
This is probably not the appropriate place to report this issue, but I'm not sure where else to ask.
I am running a simple R script in Github Actions that uses a for() loop at the end to send a series of emails via curl::send_mail().
The script executes without issue on my local machine. When called within a Github Actions workflow, it successfully sends the first email in the for() loop and then fails on the second call to curl::send_mail() and reports the following segfault error:
This is probably not the appropriate place to report this issue, but I'm not sure where else to ask.
I am running a simple R script in Github Actions that uses a
for()
loop at the end to send a series of emails viacurl::send_mail()
.The script executes without issue on my local machine. When called within a Github Actions workflow, it successfully sends the first email in the
for()
loop and then fails on the second call tocurl::send_mail()
and reports the following segfault error:I don't think there is anything wrong with my workflow .yaml file, which is pretty straightforward:
Does anyone have any ideas about what might cause this? It appears the issue is specific to the GitHub Actions environment. Thanks!
The text was updated successfully, but these errors were encountered: