Skip to content

Commit

Permalink
Also install dependencies for rustfmt job
Browse files Browse the repository at this point in the history
  • Loading branch information
griff committed Oct 25, 2023
1 parent 3cf33c6 commit 3e89fd9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ jobs:
profile: minimal
override: true
components: rustfmt
- name: Install Dependencies
run: sudo apt-get install -y libarchive-dev libsodium-dev protobuf-compiler
- name: Install rustfmt
run: rustup component add rustfmt
- name: Check formatting
Expand Down

0 comments on commit 3e89fd9

Please sign in to comment.