Skip to content

Commit 33108be

Browse files
committed
Try to fix Actions again
1 parent 9ec534b commit 33108be

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/rust_ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,9 @@ jobs:
4444
- uses: Swatinem/rust-cache@v2
4545
- uses: actions-rust-lang/setup-rust-toolchain@v1
4646
- name: Install PostgreSQL
47-
run: sudo apt install -y postgresql-server-dev-$PG_VER
47+
run: |
48+
sudo apt update -y -qq --fix-broken
49+
sudo apt install -y postgresql-server-dev-$PG_VER
4850
- name: Install cargo pgrx
4951
run: cargo install --path cargo-pgrx
5052
- name: cargo pgrx init

0 commit comments

Comments
 (0)