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
Fix Julia heredoc escaping issues in install_rms.sh
Use quoted heredoc delimiters ('EOF' instead of EOF) to prevent bash from
interpreting backslashes and variable substitutions within Julia code blocks.
This fixes ParseError caused by escaped quotes being consumed by bash.
Also changed to access shell variables via Julia's ENV dict for clarity.
Seemed to be a problem only on the macos github runner.
Hopefully this works cross platform.
0 commit comments