teal-language/cyan

Ensure tests run on windows

Open

#9 geöffnet am 7. Apr. 2021

Auf GitHub ansehen
 (4 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Lua (12 Forks)auto 404
help wantedos:windows

Repository-Metriken

Stars
 (125 Stars)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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