From c9966ab1371ef52d281124789b6db49439843522 Mon Sep 17 00:00:00 2001 From: Yuri Astrakhan Date: Sat, 19 Oct 2024 22:46:44 -0400 Subject: [PATCH] disable brew cache --- action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/action.yml b/action.yml index 0ab0ebf..79db7d9 100644 --- a/action.yml +++ b/action.yml @@ -62,6 +62,7 @@ runs: if: runner.os == 'macOS' with: tools: 'postgis' + cache: no # A workaround for postgis installation bug on macOS. Might not be needed in the future - name: Brew workaround 2 (Mac)