mirror of
https://github.com/tj-actions/install-postgresql.git
synced 2024-12-20 01:18:18 +00:00
Enable debug mode
This commit is contained in:
parent
b57977ae8c
commit
3e974ef08f
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@ runs:
|
|||
- name: Get cache directory
|
||||
id: cache-dir
|
||||
run: |
|
||||
set -x
|
||||
if [[ "${{ runner.os }}" == "Linux" ]]; then
|
||||
cache_dir=$(apt-cache policy postgresql-${{ inputs.postgresql_version }} | awk '/Filename/ {print $2}')
|
||||
elif [[ "${{ runner.os }}" == "macOS" ]]; then
|
||||
|
|
Loading…
Add table
Reference in a new issue