From e46af30441609a15ba8d2eb008aed0c27884c29f Mon Sep 17 00:00:00 2001 From: fanquake Date: Sat, 2 Aug 2025 12:13:23 +0100 Subject: [PATCH] ci: update mlc to v1 --- ci/lint/01_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/lint/01_install.sh b/ci/lint/01_install.sh index a00d95da73a..6713ca8d4c4 100755 --- a/ci/lint/01_install.sh +++ b/ci/lint/01_install.sh @@ -51,7 +51,7 @@ curl -sL "https://github.com/koalaman/shellcheck/releases/download/${SHELLCHECK_ tar --xz -xf - --directory /tmp/ mv "/tmp/shellcheck-${SHELLCHECK_VERSION}/shellcheck" /usr/bin/ -MLC_VERSION=v0.19.0 +MLC_VERSION=v1 MLC_BIN=mlc-x86_64-linux curl -sL "https://github.com/becheran/mlc/releases/download/${MLC_VERSION}/${MLC_BIN}" -o "/usr/bin/mlc" chmod +x /usr/bin/mlc