Skip to content

Commit

Permalink
update rust in runas.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
usamoi committed Nov 1, 2024
1 parent 905b278 commit e07355c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/runas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
env:
CARGO_TERM_COLOR: always
RUST_BACKTRACE: 1
TOOL_DIR: ./tools

jobs:
ubuntu:
Expand All @@ -20,6 +21,10 @@ jobs:
with:
prefix-key: "v1-cargo-pgrx-test--runas"

- name: Install Rust
run: |
"$TOOL_DIR"/rustup.sh
- name: Install Postgres deps
run: |
sudo apt-get update -y -qq --fix-missing
Expand Down

0 comments on commit e07355c

Please sign in to comment.