Skip to content

Commit

Permalink
1.3.1 hangs on EPS conversion: use working version 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeymorozov committed Nov 30, 2023
1 parent dfda0ac commit f70c0a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inkscape-setup-action/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ runs:
cmds = {
"Darwin": [ "HOMEBREW_CASK_OPTS='--no-quarantine' brew install --cask inkscape", "inkscape --version" ],
"Windows": [
"choco install --no-progress -y inkscape",
"choco install --no-progress -y inkscape --version=1.3.0",
"echo {}>> {}".format(win_prefix, os.environ["GITHUB_PATH"]),
"\"{}\\inkscape\" --version".format(win_prefix)
],
Expand Down

0 comments on commit f70c0a6

Please sign in to comment.