We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f554500 commit 3aae925Copy full SHA for 3aae925
1 file changed
.github/workflows/test.yml
@@ -29,7 +29,7 @@ jobs:
29
- uses: leafo/gh-actions-luarocks@v5
30
31
- name: Install vusted
32
- run: luarocks install vusted
+ run: luarocks --lua-version=5.1 install vusted
33
34
- name: Run test
35
run: vusted ./test
0 commit comments