Skip to content

Commit

Permalink
Add libbtrfsutil to GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
NAlexPear committed Oct 5, 2023
1 parent 4a5b740 commit 4f8c5c3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,10 @@ jobs:
~/.cargo/git/db/
target/
key: ${{ runner.os }}-cargo-test-${{ hashFiles('**/Cargo.lock') }}
- name: Install stable toolchain
uses: dtolnay/rust-toolchain@stable
- name: Install nightly toolchain
uses: dtolnay/rust-toolchain@nightly
- name: Install libbtrfs
run: sudo apt-get install -y libbtrfsutil-dev libbtrfs-dev
- name: Run cargo test
run: cargo test
lint:
Expand Down

0 comments on commit 4f8c5c3

Please sign in to comment.