Skip to content

Commit

Permalink
chore: Install libpcsclite for github actions
Browse files Browse the repository at this point in the history
Signed-off-by: Marko Kungla <[email protected]>
  • Loading branch information
mkungla committed Nov 21, 2023
1 parent 4e11e22 commit 2ff012b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,13 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

- name: Install system-level dependencies
run: |
# Install libpcsclite using apt package manager
sudo apt-get update
sudo apt-get install -y libpcsclite-dev
# Install other system-level dependencies if needed
- name: Set up Go
uses: actions/setup-go@v4
with:
Expand Down

0 comments on commit 2ff012b

Please sign in to comment.