Skip to content

Commit

Permalink
Rustica 0.9: Add Support For U2F keys (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
obelisk authored Apr 17, 2022
1 parent d1d3106 commit 939b31d
Show file tree
Hide file tree
Showing 44 changed files with 2,079 additions and 707 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Install libpcsc
run: sudo apt install -y libpcsclite-dev
run: sudo apt install -y libpcsclite-dev libusb-1.0-0-dev libudev-dev
- name: Run Integration Tests
run: ./tests/integration.sh
Loading

0 comments on commit 939b31d

Please sign in to comment.