From 4b2713d68c15606176ebe00406d5ef1e3c9c9307 Mon Sep 17 00:00:00 2001
From: galargh <piotr.galar@gmail.com>
Date: Wed, 29 Jan 2025 20:25:47 +0100
Subject: [PATCH] ci: install socat 1.7.4.4-2 for sharness tests

---
 .github/workflows/sharness.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/sharness.yml b/.github/workflows/sharness.yml
index dbb4a5d19..efc576350 100644
--- a/.github/workflows/sharness.yml
+++ b/.github/workflows/sharness.yml
@@ -31,7 +31,7 @@ jobs:
         with:
           path: kubo
       - name: Install missing tools
-        run: sudo apt update && sudo apt install -y socat net-tools fish libxml2-utils
+        run: sudo apt update && sudo apt install -y socat=1.7.4.4-2 net-tools fish libxml2-utils
       - uses: actions/cache@v4
         with:
           path: test/sharness/lib/dependencies
-- 
GitLab