add make to compat container tests dependencies
authorShane Jaroch <chown_tee@proton.me>
Sat, 17 Jan 2026 12:29:31 +0000 (07:29 -0500)
committerShane Jaroch <chown_tee@proton.me>
Sat, 17 Jan 2026 12:29:31 +0000 (07:29 -0500)
.github/workflows/compatibility.yaml

index 65825ab31e98e1ff20583529b43ce8d32e6b2a88..9106371b97d0a1d7f963639058726a6180ceed3f 100644 (file)
@@ -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: |