From 52577e17e89afced3a13580de8433efb05105d7c Mon Sep 17 00:00:00 2001 From: Alexande B Date: Tue, 9 Jul 2024 12:07:57 +0200 Subject: [PATCH] debug: latexml action --- latexml-setup-action/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/latexml-setup-action/action.yml b/latexml-setup-action/action.yml index 112b57e..1ac081c 100644 --- a/latexml-setup-action/action.yml +++ b/latexml-setup-action/action.yml @@ -24,7 +24,7 @@ runs: sys.exit(1) path = { - "Darwin": "/usr/local/opt/perl/bin", + "Darwin": "/opt/homebrew/opt/perl/bin", "Windows": "C:\Strawberry\c\bin;C:\Strawberry\perl\site\bin;C:\Strawberry\perl\bin", "Linux": "/snap/bin" }.get(platform.system(), "")