summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2021-04-06 13:54:32 (GMT)
committeralbert-github <albert.tests@gmail.com>2021-04-06 13:54:32 (GMT)
commitc7fd5c47d9f0a595a1357a524738760a822ade1c (patch)
tree8237ed401a947b1c642260e4758f129ecb211e14 /.github
parent01f47d774853df491c10f9dcd48f342dddcecee0 (diff)
downloadDoxygen-c7fd5c47d9f0a595a1357a524738760a822ade1c.zip
Doxygen-c7fd5c47d9f0a595a1357a524738760a822ade1c.tar.gz
Doxygen-c7fd5c47d9f0a595a1357a524738760a822ade1c.tar.bz2
Determine ghostscript directory (Windows)
Looks like that the time taken is a bit long, lets attempt a bit longer / more specific path
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build_cmake.yml2
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