Skip to content

Commit b181f1d

Browse files
Fix chocolatey
1 parent de33d14 commit b181f1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
8181
- name: Check Mods
8282
run: |
83-
chocolatey install lua --version 5.1.5.52
83+
choco install lua --version 5.1.5.52
8484
$ENV:Path = $ENV:Path + ";C:\Program Files (x86)\Lua\5.1\"
8585
.\make.ps1 check-scripts
8686
.\make.ps1 test

0 commit comments

Comments
 (0)