diff options
-rw-r--r-- | .github/workflows/build_cmake.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |