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 9ec534b commit 33108beCopy full SHA for 33108be
.github/workflows/rust_ci.yml
@@ -44,7 +44,9 @@ jobs:
44
- uses: Swatinem/rust-cache@v2
45
- uses: actions-rust-lang/setup-rust-toolchain@v1
46
- name: Install PostgreSQL
47
- run: sudo apt install -y postgresql-server-dev-$PG_VER
+ run: |
48
+ sudo apt update -y -qq --fix-broken
49
+ sudo apt install -y postgresql-server-dev-$PG_VER
50
- name: Install cargo pgrx
51
run: cargo install --path cargo-pgrx
52
- name: cargo pgrx init
0 commit comments