From c7fd5c47d9f0a595a1357a524738760a822ade1c Mon Sep 17 00:00:00 2001 From: albert-github Date: Tue, 6 Apr 2021 15:54:32 +0200 Subject: Determine ghostscript directory (Windows) Looks like that the time taken is a bit long, lets attempt a bit longer / more specific path --- .github/workflows/build_cmake.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_cmake.yml b/.github/workflows/build_cmake.yml index 69e4bc0..bf207bc 100644 --- a/.github/workflows/build_cmake.yml +++ b/.github/workflows/build_cmake.yml @@ -165,7 +165,7 @@ jobs: - name: Setting Ghostscript paths (Windows) shell: bash run: | - export GSpath=`find /c/Prog* -name gswin\*c.exe | sed -e "s/gswin.*c.exe//"` + export GSpath=`find /c/Prog*/gs -name gswin\*c.exe | sed -e "s/gswin.*c.exe//"` export PATH="$GSpath:$PATH" export GSpath=`echo "$GSpath" | sed -e "s%/c%C:%"` echo "$GSpath" >> $GITHUB_PATH -- cgit v0.12