jiro4989 / setup-nim-action

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

SSL error on Windows #41

Closed bovine3dom closed 2 years ago

bovine3dom commented 3 years ago

It looks like choosenim doesn't come with the certificates it needs.

  Verifying dependencies for tridactyl_native@
    Reading official package list
    Prompt: No local packages.json found, download it from internet? -> [forced yes]
Downloading Official package list
     Trying https://github.com/nim-lang/packages/raw/master/packages.json
   Warning: Could not download: No SSL/TLS CA certificates found.
     Trying https://irclogs.nim-lang.org/packages.json
     Trying https://nim-lang.org/nimble/packages.json
     Error: Refresh failed
        ... Could not download: No SSL/TLS CA certificates found.
Error: Process completed with exit code 1.

https://github.com/tridactyl/native_messenger/runs/1998216729?check_suite_focus=true

It was a pretty easy fix:

https://github.com/tridactyl/native_messenger/pull/41/files


Feel free to tell me to report this to choosenim instead : )

jiro4989 commented 3 years ago

Thank you. I reported this problem to choosenim.

jiro4989 commented 3 years ago

@bovine3dom I fixed this problem. I create a new tag version v1.3.2 . Please upgrade setup-nim-action, or use jiro4989/setup-nim-action@v1.

bovine3dom commented 3 years ago

Thanks, and thanks for letting me know!