teal-language/cyan

Ensure tests run on windows

Open

#9 opened on Apr 7, 2021

View on GitHub
 (4 comments) (0 reactions) (0 assignees)Lua (12 forks)auto 404
help wantedos:windows

Repository metrics

Stars
 (125 stars)
PR merge metrics
 (PR metrics pending)

Description

Additionally, find some way to run CI for windows as leafo's github actions do not support it. So either fix that upstream or find a different method.

  • maybe use chocolatey - luarocks package is pretty outdated, we use the 3.0 format so that wouldn't work
  • manually install everything - would work, but I'd have to learn what windows-latest comes with on github actions. for example can I curl/wget a luarocks binary? and add it to the PATH
  • See if there's another github action that supports windows

Contributor guide