Skip to content

Commit

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

0 comments on commit 756d10e

Please sign in to comment.