Bogdanp / setup-racket

A GH action for installing Racket.
MIT License
49 stars 9 forks source link

`--no-docs` wasn't introduced until 7.9 #47

Closed LeifAndersen closed 2 years ago

LeifAndersen commented 2 years ago

Probably should check if the version is below 7.9 and only include the flag if its at least that version.

Bogdanp commented 2 years ago

I dropped that flag in v0.12.1, so I think if you upgrade to a more recent version (v1.6.1 is the latest), that should fix the problem.

LeifAndersen commented 2 years ago

Ah, good point, thanks. I just copied the code from: https://defn.io/2020/05/05/github-actions-for-racket-revised/

I probably should have read the readme for this repo first...woops. :)

Bogdanp commented 2 years ago

It sounds like I need to revise that post again! I'm going to close this now, but let me know if you run into any other problems.