ci: Replace removed wine-stable with wine on ubuntu-rolling

Signed-off-by: Michał Górny <mgorny@quansight.com>
This commit is contained in:
Michał Górny
2026-05-18 19:47:08 +02:00
committed by Eli Schwartz
parent 6b1845ac40
commit 88285d41fd

View File

@@ -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