From cbfb535ada0541fdfa840a3192641903a92f9953 Mon Sep 17 00:00:00 2001 From: Aadhar Agarwal Date: Fri, 19 Sep 2025 00:54:15 +0000 Subject: [PATCH] Add a comment to explain why apt-get install erofs-utils can't be used Signed-off-by: Aadhar Agarwal --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 43f624bdb1..baa69f2ad7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -402,6 +402,8 @@ jobs: sudo apt-get update sudo apt-get install -y criu + # "apt-get install erofs-utils" installs an older version (1.7.1 as of 2025-09-18) + # Build and install erofs-utils 1.8.8 from source to get a newer version - name: Build and install erofs-utils from source run: | # Install dependencies