From dab8a917ca65c1cb050047e6fc430100715bed4f Mon Sep 17 00:00:00 2001 From: Olly Betts Date: Thu, 24 Oct 2024 10:44:04 +1300 Subject: [PATCH] [ci] Fix gtar dependency name in openbsd job We can ask for gtar-- to avoid needing to specify a version, while also avoiding ambiguity due to there being a -static variant of the package. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cc7d020ba..5e7f2402c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2480,7 +2480,7 @@ jobs: # usesh: true prepare: | set -e - pkg_add ccache gtar-1.35 libmagic + pkg_add ccache gtar-- libmagic ccache --set-config=cache_dir="$HOME/work/xapian/xapian/.ccache" ccache --set-config=max_size='500M' ccache --set-config=compression=true -- 2.11.4.GIT