Skip to content

Commit 0d679b2

Browse files
committed
Run apt update in Ubuntu CI
1 parent 05b78da commit 0d679b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22

33
case "$(uname -s)" in
4-
Linux*) sudo apt install postgresql liblzma-dev;;
4+
Linux*) sudo apt update && sudo apt install postgresql liblzma-dev;;
55
Darwin*) brew install postgresql openssl;;
66
esac

0 commit comments

Comments
 (0)