Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
BingqingLyu committed Dec 23, 2024
1 parent c593bdb commit 55b544f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/k8s-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -644,6 +644,8 @@ jobs:
run: |
. ~/.graphscope_env
export RPC_TARGET=start_rpc_server_k8s
rustup toolchain install 1.81.0
rustup default 1.81.0
cd interactive_engine/compiler && make build rpc.target=${RPC_TARGET}
cd ${GITHUB_WORKSPACE}
strip interactive_engine/executor/ir/target/release/${RPC_TARGET}
Expand Down

0 comments on commit 55b544f

Please sign in to comment.