From 977bb2ff58c33c23ca5c6ab3238df02c91ac098c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois-Xavier=20Talbot?= <108630700+fetchfern@users.noreply.github.com> Date: Mon, 6 Jul 2026 13:51:09 -0400 Subject: [PATCH] ci: fix (#6640) * ci: use apt * fix(ci): sudo * bruhj --- .github/workflows/labrinth-docker.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/labrinth-docker.yml b/.github/workflows/labrinth-docker.yml index f13cb66bf3..58d5aa7081 100644 --- a/.github/workflows/labrinth-docker.yml +++ b/.github/workflows/labrinth-docker.yml @@ -94,10 +94,11 @@ jobs: uses: rui314/setup-mold@9c9c13bf4c3f1adef0cc596abc155580bcb04444 # v1 / Mold 2.41.0 - name: Install build dependencies - uses: awalsh128/cache-apt-pkgs-action@acb598e5ddbc6f68a970c5da0688d2f3a9f04d05 # v1.6.0 - with: - packages: cmake libcurl4-openssl-dev - version: v2 # cache key + run: sudo apt-get update && sudo apt-get install -y --no-install-recommends cmake libcurl4-openssl-dev + #uses: awalsh128/cache-apt-pkgs-action@acb598e5ddbc6f68a970c5da0688d2f3a9f04d05 # v1.6.0 + #with: + # packages: cmake libcurl4-openssl-dev + # version: v2 # cache key - name: Cache Cargo registry and index uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5