Merge pull request #8332 from radarhere/ghostscript

Corrected GitHub Actions Windows Ghostscript path
This commit is contained in:
Andrew Murray 2024-08-27 19:36:56 +10:00 committed by GitHub
commit 7171e1c21e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -87,7 +87,7 @@ jobs:
echo "C:\Program Files\NASM" >> $env:GITHUB_PATH
choco install ghostscript --version=10.3.1 --no-progress
echo "C:\Program Files\gs\gs10.00.0\bin" >> $env:GITHUB_PATH
echo "C:\Program Files\gs\gs10.03.1\bin" >> $env:GITHUB_PATH
# Install extra test images
xcopy /S /Y Tests\test-images\* Tests\images