diff options
author | Matthias Clasen <mclasen@redhat.com> | 2019-08-03 21:10:19 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2019-08-03 21:10:19 -0400 |
commit | fe1e87bd1d12bfc162a19c27aefc2643b55b33cd (patch) | |
tree | 728dbc6833e148f592390dbad7cabcd72dc28f4a /.gitlab-ci | |
parent | bc9160fa29d3c59841bbd3e3f049bc5093ac89f4 (diff) | |
download | pango-fe1e87bd1d12bfc162a19c27aefc2643b55b33cd.tar.gz |
Revert "Try to debug win32 ci"
This reverts commit 15d643ea3d8c1af1ec8d4b452a8b3e9246e21928.
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 8d13e9bc..f81f0c60 100644 --- a/.gitlab-ci/render-msys2.sh +++ b/.gitlab-ci/render-msys2.sh @@ -2,4 +2,4 @@ set -e -PATH=_build/pango:$PATH gdb --eval-command=run --args _build/utils/pango-view --no-display --output _build/hello.png utils/HELLO.txt +PATH=_build/pango:$PATH _build/utils/pango-view --no-display --output _build/hello.png utils/HELLO.txt |