Skip to content

Commit

Permalink
ci: Add zmq build dependency
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Milner <[email protected]>
  • Loading branch information
ashcrow committed Oct 20, 2020
1 parent 0c6bc58 commit 8da03b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Install build dependencies
run: sudo apt-get install libtss2-dev
run: sudo apt-get install libtss2-dev libzmq3-dev
- name: fmt
run: cargo fmt --all -- --check
- name: Run tests
Expand Down

0 comments on commit 8da03b7

Please sign in to comment.