From 675d6072f712ac3f978cd1a9fb9e4b968459c07f Mon Sep 17 00:00:00 2001 From: sideshowbarker Date: Mon, 8 Jun 2026 01:04:18 +0900 Subject: [PATCH] CI: Bump lint-code.yml to the 2026.06.02 image, like the rest of CI MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Otherwise, without this change, the Lint Code job intermittently fails — for the same cause described in 61d0fca133: rustup tries to auto-install 1.96.0 the first time a proxied cargo runs — and depending on timing, that can lead to a crate ending up seeing rustc, but not cargo. --- .github/workflows/lint-code.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint-code.yml b/.github/workflows/lint-code.yml index 17efd96ae2..16dd6c9d27 100644 --- a/.github/workflows/lint-code.yml +++ b/.github/workflows/lint-code.yml @@ -10,7 +10,7 @@ jobs: runs-on: blacksmith-2vcpu-ubuntu-2404 if: github.repository == 'LadybirdBrowser/ladybird' container: - image: ghcr.io/ladybirdbrowser/ladybird-ci:2026.05.25 + image: ghcr.io/ladybirdbrowser/ladybird-ci:2026.06.02 steps: - uses: actions/checkout@v6.0.3