Skip to content

Commit afe9848

Browse files
committed
install libudev-dev on CI
1 parent 27cf7eb commit afe9848

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
cargo -V
8686
rustc -V
8787
88-
- run: sudo apt install -y libudev1
88+
- run: sudo apt install -qq -y libudev-dev
8989
- shell: bash
9090
run: $BUILD_CMD build --release --target=${{ matrix.job.target }}
9191

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- uses: arduino/setup-task@v1
2323
with:
2424
repo-token: ${{ github.token }}
25-
- run: sudo apt install -y libudev1
25+
- run: sudo apt install -qq -y libudev-dev
2626
- run: task test
2727

2828
lint:
@@ -35,7 +35,7 @@ jobs:
3535
- uses: arduino/setup-task@v1
3636
with:
3737
repo-token: ${{ github.token }}
38-
- run: sudo apt install -y libudev1
38+
- run: sudo apt install -qq -y libudev-dev
3939
- run: task lint
4040

4141
markdownlint-cli:

0 commit comments

Comments
 (0)