From 88285d41fdec0c26072f78e865785c6002813371 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Mon, 18 May 2026 19:47:08 +0200 Subject: [PATCH] ci: Replace removed `wine-stable` with `wine` on `ubuntu-rolling` MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- ci/ciimage/ubuntu-rolling/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/ciimage/ubuntu-rolling/install.sh b/ci/ciimage/ubuntu-rolling/install.sh index f3cef5fe3..6551107e0 100755 --- a/ci/ciimage/ubuntu-rolling/install.sh +++ b/ci/ciimage/ubuntu-rolling/install.sh @@ -47,7 +47,7 @@ eatmydata apt-get -y build-dep meson # packages eatmydata apt-get -y install "${pkgs[@]}" "${transitivepkgs[@]}" -eatmydata apt-get -y install --no-install-recommends wine-stable # Wine is special +eatmydata apt-get -y install --no-install-recommends wine # Wine is special # HACK: build hotdoc from git repo since current sdist is broken on modern compilers # change back to 'hotdoc' once it's fixed