iffy / install-nim

Github Action to install Nim
MIT License
30 stars 1 forks source link

How could I install latest nightlies; `devel` doesn't work #43

Closed ringabout closed 8 months ago

ringabout commented 8 months ago

ref https://github.com/nim-lang/c2nim/actions/runs/6770776011/job/18399853371?pr=272

ref https://github.com/nim-lang/c2nim/pull/272

iffy commented 8 months ago

I think it would work to specify the version as:

nightly:https://github.com/nim-lang/nightlies/releases/tag/latest-version-2-0

Does that get you the version you want?

ringabout commented 8 months ago

I see