From 4aa0177b6e98ca992564407113bd097b514289dc Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 28 Jun 2022 06:44:20 -0400 Subject: ci: Fix win32 run scripts We moved things from pango/ to pango2/. --- .gitlab-ci/list-msys2.sh | 2 +- .gitlab-ci/render-msys2.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci/list-msys2.sh b/.gitlab-ci/list-msys2.sh index c7ed3ed6..e8d2afc8 100644 --- a/.gitlab-ci/list-msys2.sh +++ b/.gitlab-ci/list-msys2.sh @@ -2,4 +2,4 @@ set -e -PATH=_build/pango:$PATH _build/utils/pango-list --verbose --metrics > _build/fontlist.txt || true +PATH=_build/pango2:$PATH _build/utils/pango-list --verbose --metrics > _build/fontlist.txt diff --git a/.gitlab-ci/render-msys2.sh b/.gitlab-ci/render-msys2.sh index 9008690d..85d635f7 100644 --- a/.gitlab-ci/render-msys2.sh +++ b/.gitlab-ci/render-msys2.sh @@ -2,4 +2,4 @@ set -e -PATH=_build/pango:$PATH _build/utils/pango-view --no-display --output _build/hello.png utils/HELLO.txt || true +PATH=_build/pango2:$PATH _build/utils/pango-view --no-display --output _build/hello.png utils/HELLO.txt -- cgit v1.2.1