Skip to content

Commit 4f84598

Browse files
committed
nope
1 parent 1e351c5 commit 4f84598

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/package-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Install Postgres deps
2626
run: |
2727
sudo apt-get update -y -qq --fix-missing
28-
sudo apt-get install -y postgresql-$PG_VER postgresql-server-dev-$PG_VER
28+
sudo apt-get install -y postgresql-server-dev-$PG_VER
2929
3030
- name: Rustup
3131
run: $TOOL_DIR/rustup.sh nightly

0 commit comments

Comments
 (0)