Skip to content

Commit e07355c

Browse files
committed
update rust in runas.yml
1 parent 905b278 commit e07355c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/runas.yml

+5
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
env:
1010
CARGO_TERM_COLOR: always
1111
RUST_BACKTRACE: 1
12+
TOOL_DIR: ./tools
1213

1314
jobs:
1415
ubuntu:
@@ -20,6 +21,10 @@ jobs:
2021
with:
2122
prefix-key: "v1-cargo-pgrx-test--runas"
2223

24+
- name: Install Rust
25+
run: |
26+
"$TOOL_DIR"/rustup.sh
27+
2328
- name: Install Postgres deps
2429
run: |
2530
sudo apt-get update -y -qq --fix-missing

0 commit comments

Comments
 (0)