get the compat runners further along
authorShane Jaroch <chown_tee@proton.me>
Sat, 17 Jan 2026 11:55:50 +0000 (06:55 -0500)
committerShane Jaroch <chown_tee@proton.me>
Sat, 17 Jan 2026 11:59:35 +0000 (06:59 -0500)
.github/workflows/compatibility.yaml

index 1e6421786921a99e031e66e0938613518f20dcea..65825ab31e98e1ff20583529b43ce8d32e6b2a88 100644 (file)
@@ -9,7 +9,7 @@ on:
 jobs:
   # Validate 3 versions of git
   git:
-    name: Git / GnuPG Compatibility
+    name: Git & GnuPG
     runs-on: ubuntu-latest
     container:
       image: ${{ matrix.image }}
@@ -21,10 +21,10 @@ jobs:
     steps:
       - uses: actions/checkout@v4
 
-      - name: Install dependencies
+      - name: Install dependencies (container is root)
         run: |
-          sudo apt-get update
-          sudo apt-get install -y curl gnupg git python3-docutils
+          apt-get update
+          apt-get install -y curl gnupg git python3-docutils
 
       - name: Tool versions (check)
         run: |