diff options
author | Matthias Clasen <mclasen@redhat.com> | 2019-07-16 14:51:06 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2019-07-16 14:51:41 -0400 |
commit | 1e86bae3241691b65fc93c6fa651110b3c3c1964 (patch) | |
tree | cee49b21695051e56333c5a8f27aabb1b6e8c534 /.gitlab-ci | |
parent | 569fad29b8428a70e0206c2c11dd3ca36588f7b9 (diff) | |
download | pango-1e86bae3241691b65fc93c6fa651110b3c3c1964.tar.gz |
ci: Try to make pango-view work on win32
Diffstat (limited to '.gitlab-ci')
-rw-r--r-- | .gitlab-ci/render-msys2.sh | 2 |
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 |