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

Improve example version instructions. Add info about "lts" if user specifies 1.6 explicitly #265

Closed IanButterworth closed 2 months ago

IanButterworth commented 2 months ago

i.e. Screenshot 2024-07-19 at 10 43 11 AM

DilumAluthge commented 2 months ago

Did we ever make a Discourse post announcing the version: lts feature? I could have sworn you made one, but I'm not able to find it now.

IanButterworth commented 2 months ago

https://discourse.julialang.org/t/with-julia-actions-setup-julia-you-can-now-specify-lts-and-pre-named-versions/116281

DilumAluthge commented 2 months ago

@IanButterworth Looks like you might need to do npm ci && npm run build again?