Skip to content

Commit

Permalink
ci: add required libs for pcsclite
Browse files Browse the repository at this point in the history
  • Loading branch information
microshine committed Jun 6, 2023
1 parent aa7cf74 commit ead7332
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ jobs:
with:
persist-credentials: false

- name: Setup environment
run: apt-get install libpcsclite1 libpcsclite-dev

- name: Use Node.js 18.x
uses: actions/setup-node@v3
with:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ jobs:
- uses: actions/checkout@v3

- name: Setup environment
run: apt-get install libpcsclite1 libpcsclite-dev

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit ead7332

Please sign in to comment.