Skip to content

Commit

Permalink
Updated packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Mstiekema committed Dec 11, 2023
1 parent ced543a commit 961557b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,11 @@ jobs:
node-version: "17.0.1"
cache: 'npm'

- run: "sudo apt install libpcsclite-dev openssl"
- run: "sudo apt install pcscd libpcsclite1 libpcsclite-dev openssl"

# Install packages, rebuild using electron
- run: "npm install"
- run: "npm install @pokusew/pcsclite"
- run: "./node_modules/.bin/electron-rebuild"

- run: "npm run build"
Expand Down

0 comments on commit 961557b

Please sign in to comment.