Skip to content

Commit 9784d42

Browse files
committed
fix
1 parent ce2ff2a commit 9784d42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
- name: Install psql
101101
run: |
102102
sudo apt update
103-
sudo apt install -y --no-install-recommends postgresql-client-{{ env.PGMAJOR }}
103+
sudo apt install -y --no-install-recommends postgresql-client-${{ env.PGMAJOR }}
104104
105105
- name: Install pg_prove
106106
run: sudo cpan -T TAP::Parser::SourceHandler::pgTAP

0 commit comments

Comments
 (0)