Skip to content

Commit 1901118

Browse files
committed
brew install -v
1 parent 857f586 commit 1901118

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ runs:
9191
run: |
9292
# If no version specified, install latest
9393
if [[ -z "${{ inputs.postgis_version }}" ]]; then
94-
brew install postgis
94+
brew install postgis -v
9595
exit 0
9696
fi
9797
@@ -119,7 +119,7 @@ runs:
119119
echo "==========================="
120120
121121
# Install from local file
122-
brew install ./postgis.rb
122+
brew install ./postgis.rb -v
123123
124124
# Cleanup
125125
rm -f ./postgis.rb

0 commit comments

Comments
 (0)