jiro4989 / setup-nim-action

Set up your GitHub Actions workflow with a specific version of Nim
MIT License
100 stars 13 forks source link

Actions failed in Macos #26

Closed ringabout closed 2 years ago

ringabout commented 3 years ago

Thanks for this project!

https://github.com/planety/prologue/runs/1193400510

Error: Error: Command failed: choosenim devel
fatal.nim(39)            sysFatal
Error: unhandled exception: download.nim(342, 14) `responseCode == 200` Expected HTTP code 200 got 403 for https://api.github.com/repos/nim-lang/nightlies/releases [AssertionError]

/Users/runner/work/_actions/jiro4989/setup-nim-action/v1/lib/installer.js:93
                    throw err;
                    ^

Error: Command failed: choosenim devel
fatal.nim(39)            sysFatal
Error: unhandled exception: download.nim(342, 14) `responseCode == 200` Expected HTTP code 200 got 403 for https://api.github.com/repos/nim-lang/nightlies/releases [AssertionError]
jiro4989 commented 3 years ago

@xflywind I think that may be a problem of choosenim . setup-nim-action is just wrapper actions of choosenim. Please report to choosenim too.

https://github.com/dom96/choosenim/issues

ringabout commented 3 years ago

Thanks, I'll will.