From 07e031fc913a57333a9e5122ad8a71e2fc128d49 Mon Sep 17 00:00:00 2001 From: Tim Meusel Date: Sun, 3 Aug 2025 00:30:14 +0200 Subject: [PATCH] prep-debianish-root: Rely on bundler from CI We want to ensure that we actually use the bundle we install via GHA. --- ext/bin/prep-debianish-root | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/bin/prep-debianish-root b/ext/bin/prep-debianish-root index d110e4203..1552bbd0d 100755 --- a/ext/bin/prep-debianish-root +++ b/ext/bin/prep-debianish-root @@ -71,7 +71,7 @@ flavor=$(ext/bin/flavor-from-spec "$spec") apt-get-update # moreutils for ts -apt-get -y install bundler moreutils +apt-get -y install moreutils case "$flavor" in core|ext|core+ext|int)