From 1583df7a64505a059b9aa67eddd64ff228beae4f Mon Sep 17 00:00:00 2001 From: Mick Grove Date: Thu, 12 Feb 2026 21:56:07 -0800 Subject: [PATCH] Fixed CI runner failure when executing tests --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 086e4c1..90fc6de 100644 --- a/Makefile +++ b/Makefile @@ -256,7 +256,7 @@ linux-x64: check-docker create-dockerignore bzip2-dev bzip2-static \ xz-dev xz-static \ boost-dev linux-headers \ - patch perl ragel && \ + patch perl ragel \ git openssl-dev curl && \ \ cargo test --workspace --all-targets -- --test-threads=1 ; \ @@ -285,7 +285,7 @@ linux-arm64: check-docker create-dockerignore bzip2-dev bzip2-static \ xz-dev xz-static \ boost-dev linux-headers \ - patch perl ragel && \ + patch perl ragel \ git openssl-dev curl && \ \ rustup target add aarch64-unknown-linux-musl && \