From 3958fc425f03faa96338222f96e80429d84253f3 Mon Sep 17 00:00:00 2001 From: Shane Jaroch Date: Sat, 17 Jan 2026 06:55:50 -0500 Subject: [PATCH] get the compat runners further along --- .github/workflows/compatibility.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/compatibility.yaml b/.github/workflows/compatibility.yaml index 1e64217..65825ab 100644 --- a/.github/workflows/compatibility.yaml +++ b/.github/workflows/compatibility.yaml @@ -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: | -- 2.52.0