From e4ec2dfb4a4491eb60f4362d8ef859dd93044624 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Mail=C3=A4nder?= Date: Fri, 28 Feb 2025 18:15:25 +0100 Subject: [PATCH] Quiet the chocolatey install. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 077ea3cd8d..7fe0bc5cb1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -56,7 +56,7 @@ jobs: - name: Check Mods run: | - choco install lua --version 5.1.5.52 + choco install lua --version 5.1.5.52 --no-progress $ENV:Path = $ENV:Path + ";C:\Program Files (x86)\Lua\5.1\" $ENV:TREAT_WARNINGS_AS_ERRORS = "true" .\make.ps1 check-scripts