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

Feature request: choose a specific nightly commit #88

Closed DilumAluthge closed 3 years ago

DilumAluthge commented 3 years ago

For context, I'm trying to debug a very fun issue in which my tests pass when I manually build Julia from source, but hang when I install Julia nightly from setup-julia.

I'd like to pick a specific commit so that I can compare that commit's nightly binaries against building that commit from source.

DilumAluthge commented 3 years ago

Actually, if I am only running CI on a single operating system, I should probably just use https://github.com/julia-actions/install-julia-from-url.