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.
2 parents 37ad500 + 9ef007c commit 94b480bCopy full SHA for 94b480b
.github/workflows/release.yml
@@ -55,6 +55,10 @@ jobs:
55
56
- name: build release artifacts
57
run: |
58
+ # Install wget if missing
59
+ sudo apt-get update
60
+ sudo apt-get install -y wget
61
+
62
# Add postgres package repo
63
sudo sh -c 'echo "deb http://apt.postgresql.org/pub/repos/apt $(lsb_release -cs)-pgdg main" > /etc/apt/sources.list.d/pgdg.list'
64
wget -qO- https://www.postgresql.org/media/keys/ACCC4CF8.asc | sudo tee /etc/apt/trusted.gpg.d/pgdg.asc &>/dev/null
0 commit comments