From 35eaaaf93acd9ce7fa69f2e7cfda79dce67db5a9 Mon Sep 17 00:00:00 2001 From: Valentin Haudiquet Date: Tue, 16 Dec 2025 20:19:18 +0100 Subject: [PATCH] ci: update runtime dependencies --- .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 cd5b5df..f935f9d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: - name: Install runtime system dependencies run: | sudo apt-get update - sudo apt-get install -y pristine-tar + sudo apt-get install -y pristine-tar sbuild mmdebstrap dpkg-dev - name: Run tests run: cargo test \ No newline at end of file