Skip to content

Commit f03cab1

Browse files
authored
Cache homebrew package (#4)
1 parent 9f937e1 commit f03cab1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,10 @@ runs:
5757
# sudo apt-get install postgis
5858
shell: bash
5959

60-
- name: Install PostGIS (Mac)
60+
- uses: tecolicom/actions-use-homebrew-tools@v1
6161
if: runner.os == 'macOS'
62-
run: brew install postgis || true
63-
shell: bash
62+
with:
63+
tools: 'postgis'
6464

6565
# A workaround for postgis installation bug on macOS. Might not be needed in the future
6666
- name: Brew workaround 2 (Mac)

0 commit comments

Comments
 (0)