Skip to content

Commit

Permalink
ci: update script
Browse files Browse the repository at this point in the history
  • Loading branch information
microshine committed Jun 6, 2023
1 parent ead7332 commit 5268e46
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
persist-credentials: false

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

- name: Use Node.js 18.x
uses: actions/setup-node@v3
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ 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 5268e46

Please sign in to comment.