Skip to content

Commit

Permalink
CI : Use Inkscape 1.2.2 on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
ericmehl authored and johnhaddon committed Feb 24, 2023
1 parent 7f782de commit 34fedff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
- name: Install toolchain (Windows)
run: |
python -m pip install scons
Invoke-WebRequest -Uri "https://inkscape.org/gallery/item/18067/inkscape-0.92.5-x64.exe" -OutFile "inkscape.exe"
Invoke-WebRequest -Uri "https://inkscape.org/gallery/item/37363/inkscape-1.2.2_2022-12-09_732a01da63-x64.exe" -OutFile "inkscape.exe"
Start-Process .\inkscape.exe /S -NoNewWindow -Wait
shell: pwsh
if: runner.os == 'Windows'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main/sconsOptions
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ if sys.platform == "win32" :
LOCATE_DEPENDENCY_LIBPATH=os.path.join(os.environ["GAFFER_BUILD_DIR"], "lib")
LOCATE_DEPENDENCY_PYTHONPATH=os.path.join(os.environ["GAFFER_BUILD_DIR"], "python")
GLEW_LIB_SUFFIX = "32"
INKSCAPE = "C:\\Program Files\\Inkscape\\inkscape.com"
INKSCAPE = "C:\\Program Files\\Inkscape\\bin\\inkscape.exe"
WARNINGS_AS_ERRORS = False
APPLESEED_ROOT = None
SPHINX = "noSphinxYet"

0 comments on commit 34fedff

Please sign in to comment.