From e839001cbc4c59e2bb75531a64acefefe1a89b48 Mon Sep 17 00:00:00 2001 From: Valentin Haudiquet Date: Thu, 25 Dec 2025 13:35:29 +0100 Subject: [PATCH] ci: setup 3 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2832c74..0cdb0d6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: - name: Set up container image run: | apt-get update - apt-get install -y nodejs sudo + apt-get install -y nodejs sudo curl wget ca-certificates - uses: actions/checkout@v6 - uses: dtolnay/rust-toolchain@stable with: