From: Shane Jaroch Date: Sat, 17 Jan 2026 11:55:50 +0000 (-0500) Subject: get the compat runners further along X-Git-Url: https://git.nutra.tk/v2?a=commitdiff_plain;h=3958fc425f03faa96338222f96e80429d84253f3;p=gamesguru%2Fgit-remote-gcrypt.git get the compat runners further along --- 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: |