Skip to content

Commit

Permalink
try fix rust build (#1006)
Browse files Browse the repository at this point in the history
Signed-off-by: hillium <[email protected]>
  • Loading branch information
YuJuncen authored Nov 8, 2022
1 parent 09d82b9 commit c8a57ab
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/rust-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,12 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Install dependencies
- name: Install dependencies (LLVM and compilers)
run: sudo apt install -y cmake clang libclang-dev llvm llvm-dev
- name: Install dependencies (protocol buffers compiler)
uses: arduino/setup-protoc@v1
with:
version: '3.8.0'
- name: Test Rust
env:
RUST_TEST_THREADS: "1"
Expand Down

0 comments on commit c8a57ab

Please sign in to comment.