We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e659e8 commit 27cf7ebCopy full SHA for 27cf7eb
.github/workflows/build.yml
@@ -85,8 +85,8 @@ jobs:
85
cargo -V
86
rustc -V
87
88
- - name: Build
89
- shell: bash
+ - run: sudo apt install -y libudev1
+ - shell: bash
90
run: $BUILD_CMD build --release --target=${{ matrix.job.target }}
91
92
- name: Set binary name & path
.github/workflows/main.yml
@@ -22,6 +22,7 @@ jobs:
22
- uses: arduino/setup-task@v1
23
with:
24
repo-token: ${{ github.token }}
25
26
- run: task test
27
28
lint:
@@ -34,6 +35,7 @@ jobs:
34
35
36
37
38
39
- run: task lint
40
41
markdownlint-cli:
0 commit comments