We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27cf7eb commit afe9848Copy full SHA for afe9848
2 files changed
.github/workflows/build.yml
@@ -85,7 +85,7 @@ jobs:
85
cargo -V
86
rustc -V
87
88
- - run: sudo apt install -y libudev1
+ - run: sudo apt install -qq -y libudev-dev
89
- shell: bash
90
run: $BUILD_CMD build --release --target=${{ matrix.job.target }}
91
.github/workflows/main.yml
@@ -22,7 +22,7 @@ jobs:
22
- uses: arduino/setup-task@v1
23
with:
24
repo-token: ${{ github.token }}
25
26
- run: task test
27
28
lint:
@@ -35,7 +35,7 @@ jobs:
35
36
37
38
39
- run: task lint
40
41
markdownlint-cli:
0 commit comments