julia-actions / setup-julia

This action sets up a Julia environment for use in actions by downloading a specified version of Julia and adding it to PATH.
MIT License
93 stars 23 forks source link

[BUG] libLLVM broken for windows-latest + Julia 1.8 #122

Closed eahenle closed 2 years ago

eahenle commented 2 years ago

Describe the bug When running a CI build using julia-actions/setup-julia@latest, specifying Julia 1.8.1 on a windows-latest runner, building libraries can fail with: ERROR: LoadError: Unable to open libLLVM!

In particular, I encounter this error when building FIGlet.jl, but I have no reason to think that specific module is the problem. Mac and Linux runners are unaffected.

To Reproduce Workflow: https://github.com/eahenle/build_action_bug/blob/main/.github/workflows/mwe.yml

SaschaMann commented 2 years ago

Julia seems to be installed just fine in that MWE, so this doesn't look like an issue with setup-julia. Feel free to reopen if it's caused by setup-julia and the installation went wrong.

Perhaps ask on Zulip/Slack/Discourse or in https://github.com/JuliaBinaryWrappers/libLLVM_jll.jl