summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2019-07-16 14:51:06 -0400
committerMatthias Clasen <mclasen@redhat.com>2019-07-16 14:51:41 -0400
commit1e86bae3241691b65fc93c6fa651110b3c3c1964 (patch)
treecee49b21695051e56333c5a8f27aabb1b6e8c534
parent569fad29b8428a70e0206c2c11dd3ca36588f7b9 (diff)
downloadpango-1e86bae3241691b65fc93c6fa651110b3c3c1964.tar.gz
ci: Try to make pango-view work on win32
-rw-r--r--.gitlab-ci/render-msys2.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci/render-msys2.sh b/.gitlab-ci/render-msys2.sh
index 37214e68..b34b754a 100644
--- a/.gitlab-ci/render-msys2.sh
+++ b/.gitlab-ci/render-msys2.sh
@@ -2,4 +2,4 @@
set -e
-_build/utils/pango-view --no-display --output _build/hello.png utils/HELLOW.txt
+PATH=_build/pango:$PATH _build/utils/pango-view --no-display --output _build/hello.png utils/HELLOW.txt