Skip to content

Commit

Permalink
fix: ci: install pcsc-lite
Browse files Browse the repository at this point in the history
  • Loading branch information
jjanku committed Oct 18, 2023
1 parent 640e4e3 commit 415355d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
uses: arduino/setup-protoc@v1
with:
version: 3.x
- name: Install pcsc-lite
run: sudo apt-get install pcsc-lite
- name: Build
run: cargo build --no-default-features --features ${{ matrix.feature }} --verbose
- name: Run tests
Expand Down

0 comments on commit 415355d

Please sign in to comment.