Skip to content

Commit

Permalink
ci: add git to installed deps for test
Browse files Browse the repository at this point in the history
  • Loading branch information
dj8yf0μl committed Oct 22, 2024
1 parent 2788c6f commit cd165f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:

- name: Install packages (Linux)
if: runner.os == 'Linux'
run: sudo apt-get update && sudo apt-get install --assume-yes libudev-dev
run: sudo apt-get update && sudo apt-get install --assume-yes libudev-dev git

- name: Cargo check
run: |
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:

- name: Install packages (Linux)
if: runner.os == 'Linux'
run: sudo apt-get update && sudo apt-get install --assume-yes libudev-dev
run: sudo apt-get update && sudo apt-get install --assume-yes libudev-dev git

- name: Run tests
run: cargo test --workspace
Expand Down

0 comments on commit cd165f7

Please sign in to comment.