Skip to content

Commit 55b544f

Browse files
committed
minor fix
1 parent c593bdb commit 55b544f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/k8s-ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -644,6 +644,8 @@ jobs:
644644
run: |
645645
. ~/.graphscope_env
646646
export RPC_TARGET=start_rpc_server_k8s
647+
rustup toolchain install 1.81.0
648+
rustup default 1.81.0
647649
cd interactive_engine/compiler && make build rpc.target=${RPC_TARGET}
648650
cd ${GITHUB_WORKSPACE}
649651
strip interactive_engine/executor/ir/target/release/${RPC_TARGET}

0 commit comments

Comments
 (0)