Fixed GH Actions' use of chocolatey
From OpenRA PR 20907.
This commit is contained in:
parent
3a346d9148
commit
bb5061a35f
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -80,7 +80,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Check Mods
|
- name: Check Mods
|
||||||
run: |
|
run: |
|
||||||
chocolatey install lua --version 5.1.5.52
|
choco install lua --version 5.1.5.52
|
||||||
$ENV:Path = $ENV:Path + ";C:\Program Files (x86)\Lua\5.1\"
|
$ENV:Path = $ENV:Path + ";C:\Program Files (x86)\Lua\5.1\"
|
||||||
.\make.ps1 check-scripts
|
.\make.ps1 check-scripts
|
||||||
.\make.ps1 test
|
.\make.ps1 test
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user