We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f937e1 commit f03cab1Copy full SHA for f03cab1
action.yml
@@ -57,10 +57,10 @@ runs:
57
# sudo apt-get install postgis
58
shell: bash
59
60
- - name: Install PostGIS (Mac)
+ - uses: tecolicom/actions-use-homebrew-tools@v1
61
if: runner.os == 'macOS'
62
- run: brew install postgis || true
63
- shell: bash
+ with:
+ tools: 'postgis'
64
65
# A workaround for postgis installation bug on macOS. Might not be needed in the future
66
- name: Brew workaround 2 (Mac)
0 commit comments