We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efa91f2 commit bcd694fCopy full SHA for bcd694f
.github/workflows/release.yml
@@ -57,6 +57,7 @@ jobs:
57
cd wrappers
58
59
# Add postgres package repo and install requested postgres version
60
+ sudo apt update
61
sudo apt remove -y postgres*
62
sudo apt -y install curl ca-certificates build-essential pkg-config libssl-dev
63
sudo install -d /usr/share/postgresql-common/pgdg
0 commit comments