We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0de71a2 commit bf0ce8eCopy full SHA for bf0ce8e
action.yml
@@ -62,14 +62,7 @@ runs:
62
if: runner.os == 'macOS'
63
with:
64
tools: 'postgis'
65
-
66
- # A workaround for postgis installation bug on macOS. Might not be needed in the future
67
- - name: Brew workaround 2 (Mac)
68
- if: runner.os == 'macOS'
69
- run: brew link --overwrite python@3.11
70
- continue-on-error: true
71
- shell: bash
72
+
73
- name: Decide Postgis version (Windows)
74
# Download the list of available Postgis versions, and decide which one to use
75
if: runner.os == 'Windows'
0 commit comments