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 de33d14 commit b181f1dCopy full SHA for b181f1d
.github/workflows/ci.yml
@@ -80,7 +80,7 @@ jobs:
80
81
- name: Check Mods
82
run: |
83
- chocolatey install lua --version 5.1.5.52
+ choco install lua --version 5.1.5.52
84
$ENV:Path = $ENV:Path + ";C:\Program Files (x86)\Lua\5.1\"
85
.\make.ps1 check-scripts
86
.\make.ps1 test
0 commit comments