diff options
-rw-r--r-- | .gitlab-ci/list-msys2.sh | 2 | ||||
-rw-r--r-- | .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 e93e8e44..c7ed3ed6 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 +PATH=_build/pango:$PATH _build/utils/pango-list --verbose --metrics > _build/fontlist.txt || true diff --git a/.gitlab-ci/render-msys2.sh b/.gitlab-ci/render-msys2.sh index f81f0c60..9008690d 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 +PATH=_build/pango:$PATH _build/utils/pango-view --no-display --output _build/hello.png utils/HELLO.txt || true |