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 a1a0a41 commit e138117Copy full SHA for e138117
.github/workflows/clippy.yml
@@ -15,6 +15,11 @@ jobs:
15
steps:
16
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
17
18
+ - name: Install deps
19
+ run: |
20
+ sudo apt-get update -y
21
+ sudo apt-get install -y --no-install-recommends libpcsclite-dev libev-dev libevent-dev libpcsclite-dev pkg-config clang llvm
22
+
23
- name: Install rust
24
uses: dtolnay/rust-toolchain@888c2e1ea69ab0d4330cbf0af1ecc7b68f368cc1 # v1
25
with:
@@ -27,4 +32,3 @@ jobs:
27
32
set +e
28
33
# shellcheck disable=SC2046
29
34
cargo clippy --color always --features=${{ matrix.version }}
30
- exit "${PIPESTATUS[0]}"
0 commit comments