Skip to content

Commit

Permalink
refine the action
Browse files Browse the repository at this point in the history
  • Loading branch information
hairongchen committed Jan 11, 2024
1 parent ecb4b30 commit a760f1d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pr-check-rust.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,11 @@ jobs:
steps:
- name: Checkout PR
uses: actions/checkout@v3

- name: Install dependencies
run: |
sudo apt update && yes | DEBIAN_FRONTEND=noninteractive sudo apt install -y libcryptsetup-dev clang protobuf-compiler protobuf-c-compiler libprotobuf-c-dev libprotobuf-c1 build-essential pkg-config libssl-dev
- name: Run cargo check
run: |
cd common/rust/cctrusted_base/src
Expand Down

0 comments on commit a760f1d

Please sign in to comment.