Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ivmarkov committed Oct 9, 2024
1 parent 4219149 commit 180f5ff
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,21 @@ jobs:
target:
- default
steps:
- name: Setup | Checkout
uses: actions/checkout@v3

- name: Setup | Rust
uses: dtolnay/rust-toolchain@v1
with:
toolchain: ${{ env.rust_toolchain }}
components: rustfmt, clippy, rust-src

- name: Install libdbus
run: sudo apt-get install -y libdbus-1-dev

- name: Install libavahi-client
run: sudo apt-get install -y libavahi-client-dev

- name: Setup | Checkout
uses: actions/checkout@v3

- name: Build | Fmt Check
run: cargo fmt -- --check

Expand Down

0 comments on commit 180f5ff

Please sign in to comment.