Skip to content

Commit

Permalink
Install OpenSC and ykcs11 on the GitHub builder
Browse files Browse the repository at this point in the history
  • Loading branch information
ebourg committed Mar 6, 2024
1 parent 15261f0 commit 6ed7a44
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ jobs:
distribution: 'temurin'
cache: 'maven'

- name: Set up dependencies
run: sudo apt-get install -y ykcs11 opensc-pkcs11

- name: Compile
run: |
mvn -version
Expand Down

0 comments on commit 6ed7a44

Please sign in to comment.