From f24031b72215c9bf147cd4fbc2853caf88c3404e Mon Sep 17 00:00:00 2001 From: Shane Jaroch Date: Sat, 17 Jan 2026 07:29:31 -0500 Subject: [PATCH] add make to compat container tests dependencies --- .github/workflows/compatibility.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/compatibility.yaml b/.github/workflows/compatibility.yaml index 65825ab..9106371 100644 --- a/.github/workflows/compatibility.yaml +++ b/.github/workflows/compatibility.yaml @@ -24,7 +24,7 @@ jobs: - name: Install dependencies (container is root) run: | apt-get update - apt-get install -y curl gnupg git python3-docutils + apt-get install -y curl gnupg make git python3-docutils - name: Tool versions (check) run: | -- 2.52.0