Skip to content

Commit e138117

Browse files
deps
1 parent a1a0a41 commit e138117

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/clippy.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1717

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+
1823
- name: Install rust
1924
uses: dtolnay/rust-toolchain@888c2e1ea69ab0d4330cbf0af1ecc7b68f368cc1 # v1
2025
with:
@@ -27,4 +32,3 @@ jobs:
2732
set +e
2833
# shellcheck disable=SC2046
2934
cargo clippy --color always --features=${{ matrix.version }}
30-
exit "${PIPESTATUS[0]}"

0 commit comments

Comments
 (0)