.gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit efa43f709a83f5401aa4d99a9412c8ea249663ea Author: Albert Astals Cid <[email protected]> Date: Tue Apr 27 21:36:57 2021 +0200 CI: Use fedora 34 for mingw diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 74ad1d53..6e32eb70 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -70,9 +70,9 @@ build_ubuntu_18_04: - cmake -G Ninja .. - ninja -build_mingw64_fedora: +build_mingw64_fedora34: stage: build - image: fedora + image: fedora:34 before_script: - dnf install -y 'dnf-command(builddep)' - dnf builddep -y mingw64-poppler _______________________________________________ poppler mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/poppler
