From: Shane Jaroch Date: Sat, 17 Jan 2026 12:29:31 +0000 (-0500) Subject: add make to compat container tests dependencies X-Git-Url: https://git.nutra.tk/v2?a=commitdiff_plain;h=f24031b72215c9bf147cd4fbc2853caf88c3404e;p=gamesguru%2Fgit-remote-gcrypt.git add make to compat container tests dependencies --- 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: |