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 05b78da commit 0d679b2Copy full SHA for 0d679b2
.github/workflows/install-system-dependencies.sh
@@ -1,6 +1,6 @@
1
#!/usr/bin/env bash
2
3
case "$(uname -s)" in
4
- Linux*) sudo apt install postgresql liblzma-dev;;
+ Linux*) sudo apt update && sudo apt install postgresql liblzma-dev;;
5
Darwin*) brew install postgresql openssl;;
6
esac
0 commit comments