Skip to content

Commit

Permalink
lets try this...
Browse files Browse the repository at this point in the history
  • Loading branch information
eeeebbbbrrrr committed Nov 22, 2024
1 parent 5ee556a commit 1e351c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Install Postgres deps
run: |
sudo apt-get update -y -qq --fix-missing
sudo apt-get install -y postgresql-server-dev-$PG_VER
sudo apt-get install -y postgresql-$PG_VER postgresql-server-dev-$PG_VER
- name: Rustup
run: $TOOL_DIR/rustup.sh nightly
Expand Down

0 comments on commit 1e351c5

Please sign in to comment.