Fixed GH Actions' use of chocolatey

From OpenRA PR 20907.
This commit is contained in:
penev92 2023-06-11 11:12:30 +03:00 committed by abcdefg30
parent 3a346d9148
commit bb5061a35f

View File

@ -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