We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e712f61 commit 1958042Copy full SHA for 1958042
1 file changed
.github/workflows/ci.yml
@@ -54,6 +54,6 @@ jobs:
54
- name: Run tests
55
run: |
56
.\lua_install\bin\activate
57
- luarocks install lua-cjson2
58
- luarocks install busted
+ luarocks install MSVCRT="m" lua-cjson2
+ luarocks install MSVCRT="m" busted
59
busted --verbose
0 commit comments