From fe1e87bd1d12bfc162a19c27aefc2643b55b33cd Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 3 Aug 2019 21:10:19 -0400 Subject: Revert "Try to debug win32 ci" This reverts commit 15d643ea3d8c1af1ec8d4b452a8b3e9246e21928. --- .gitlab-ci/render-msys2.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.gitlab-ci') 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 -- cgit v1.2.1