ci: Enable runtime-rs component build-check on riscv64

`runtime-rs` is now buildable and testable on riscv64 platforms, enable
`build-check` on `runtime-rs`.

Signed-off-by: Ruoqing He <heruoqing@iscas.ac.cn>
This commit is contained in:
Ruoqing He
2025-03-17 17:38:59 +08:00
parent 084fb2d780
commit cb7508ffdc

View File

@@ -43,6 +43,10 @@ jobs:
- rust
- musl-tools
- protobuf-compiler
- name: runtime-rs
path: src/runtime-rs
needs:
- rust
steps:
- name: Adjust a permission for repo