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 ce2ff2a commit 9784d42Copy full SHA for 9784d42
.github/workflows/test.yml
@@ -100,7 +100,7 @@ jobs:
100
- name: Install psql
101
run: |
102
sudo apt update
103
- sudo apt install -y --no-install-recommends postgresql-client-{{ env.PGMAJOR }}
+ sudo apt install -y --no-install-recommends postgresql-client-${{ env.PGMAJOR }}
104
105
- name: Install pg_prove
106
run: sudo cpan -T TAP::Parser::SourceHandler::pgTAP
0 commit comments