Skip to content

Commit

Permalink
Cache homebrew package (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
nyurik authored May 24, 2024
1 parent 9f937e1 commit f03cab1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,10 @@ runs:
# sudo apt-get install postgis
shell: bash

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

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

0 comments on commit f03cab1

Please sign in to comment.