Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix windows dll searching #150

Merged
merged 5 commits into from
Jan 1, 2021
Merged

Conversation

Non-Contradiction
Copy link
Collaborator

@Non-Contradiction Non-Contradiction commented Jan 1, 2021

Currently, the Windows GitHub Action is broken because of the julia dlls cannot be located by R.
This temporary fix just hard code the julia binary folder into the PATH.
This fix is to attach the julia binary folder into the PATH variable by Sys.setenv in R. The advantage for this approach is that it will only affect the PATH variable in this R session and/or any child processes.

@Non-Contradiction Non-Contradiction merged commit add39e5 into master Jan 1, 2021
@Non-Contradiction Non-Contradiction changed the title Fix windows action Fix windows dll searching Jan 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant