From e96f8c308b76d04d5b935812d1a516bf3c7ee24d Mon Sep 17 00:00:00 2001 From: Valentin Haudiquet Date: Thu, 25 Dec 2025 13:34:13 +0100 Subject: [PATCH] ci: setup 2 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1e3470c..2832c74 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,8 +18,8 @@ jobs: steps: - name: Set up container image run: | - sudo apt-get update - sudo apt-get install -y nodejs + apt-get update + apt-get install -y nodejs sudo - uses: actions/checkout@v6 - uses: dtolnay/rust-toolchain@stable with: