iffy / install-nim

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

Add Nim 1.6.8 #25

Closed ee7 closed 1 year ago

ee7 commented 1 year ago

Links:

Previous bump: #21


Double-checking that it's the correct nightly release:

$ cd /tmp
$ curl -sSfL -o 1.tar.xz https://nim-lang.org/download/nim-1.6.8-linux_x64.tar.xz
$ curl -sSfL -o 2.tar.xz https://github.com/nim-lang/nightlies/releases/download/2022-09-27-version-1-6-c9f46ca8c9eeca8b5f68591b1abe14b962f80a4c/nim-1.6.8-linux_x64.tar.xz
$ diff -s 1.tar.xz 2.tar.xz
Files 1.tar.xz and 2.tar.xz are identical
iffy commented 1 year ago

Looks good to me! Thanks for making this PR. Once the builds pass I'll merge.

ee7 commented 1 year ago

Thanks for the quick release!