From eebe06af43177dcaf758aa39d8fde599c0fb70b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niko=20B=C3=B6ckerman?= Date: Mon, 16 Feb 2026 21:33:05 +0200 Subject: [PATCH] Enable MISE_OFFLINE in CI after restoring Mise shouldn't not download anything once tools have been setup by mise-project-setup action. This new environment variable should ensure that even better than the ones already used. --- .github/actions/mise-project-setup/action.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/actions/mise-project-setup/action.yaml b/.github/actions/mise-project-setup/action.yaml index b584751..d3f2b49 100644 --- a/.github/actions/mise-project-setup/action.yaml +++ b/.github/actions/mise-project-setup/action.yaml @@ -128,6 +128,7 @@ runs: echo "::group::Environment changes for rest of workflow" { + echo "MISE_OFFLINE=true" echo "MISE_PREPARE_AUTO=false" echo "UV_PYTHON_DOWNLOADS=never" } | tee -a "${GITHUB_ENV}"