Skip to content

Commit

Permalink
Try to fix Actions again
Browse files Browse the repository at this point in the history
  • Loading branch information
owenthewizard committed Nov 14, 2024
1 parent 9ec534b commit 33108be
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/rust_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,9 @@ jobs:
- uses: Swatinem/rust-cache@v2
- uses: actions-rust-lang/setup-rust-toolchain@v1
- name: Install PostgreSQL
run: sudo apt install -y postgresql-server-dev-$PG_VER
run: |
sudo apt update -y -qq --fix-broken
sudo apt install -y postgresql-server-dev-$PG_VER
- name: Install cargo pgrx
run: cargo install --path cargo-pgrx
- name: cargo pgrx init
Expand Down

0 comments on commit 33108be

Please sign in to comment.