Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ralim committed Nov 26, 2023
1 parent fb59afa commit 405b024
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- run: apt-get update && apt-get install -y libudev-dev
- run: sudo apt-get update && sudo apt-get install -y libudev-dev
- run: cargo test
working-directory: bestool
audit:
Expand All @@ -19,7 +19,7 @@ jobs:
- uses: dtolnay/rust-toolchain@stable
with:
components: clippy,rustfmt
- run: apt-get update && apt-get install -y libudev-dev
- run: sudo apt-get update && sudo apt-get install -y libudev-dev
- run: cargo install cargo-audit
working-directory: bestool
- run: cargo install --locked cargo-vet
Expand All @@ -36,6 +36,6 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- run: apt-get update && apt-get install -y libudev-dev
- run: sudo apt-get update && sudo apt-get install -y libudev-dev
- run: cargo build
working-directory: bestool

0 comments on commit 405b024

Please sign in to comment.