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:
1201ad5
)
add make to compat container tests dependencies
author
Shane Jaroch
<chown_tee@proton.me>
Sat, 17 Jan 2026 12:29:31 +0000
(07:29 -0500)
committer
Shane Jaroch
<chown_tee@proton.me>
Sat, 17 Jan 2026 12:29:31 +0000
(07:29 -0500)
.github/workflows/compatibility.yaml
patch
|
blob
|
history
diff --git
a/.github/workflows/compatibility.yaml
b/.github/workflows/compatibility.yaml
index 65825ab31e98e1ff20583529b43ce8d32e6b2a88..9106371b97d0a1d7f963639058726a6180ceed3f 100644
(file)
--- a/
.github/workflows/compatibility.yaml
+++ b/
.github/workflows/compatibility.yaml
@@
-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: |