projects
/
gamesguru
/
git-remote-gcrypt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9b5a0a3
)
get the compat runners further along
author
Shane Jaroch
<chown_tee@proton.me>
Sat, 17 Jan 2026 11:55:50 +0000
(06:55 -0500)
committer
Shane Jaroch
<chown_tee@proton.me>
Sat, 17 Jan 2026 11:59:35 +0000
(06:59 -0500)
.github/workflows/compatibility.yaml
patch
|
blob
|
history
diff --git
a/.github/workflows/compatibility.yaml
b/.github/workflows/compatibility.yaml
index 1e6421786921a99e031e66e0938613518f20dcea..65825ab31e98e1ff20583529b43ce8d32e6b2a88 100644
(file)
--- 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: |