diff --git a/.github/workflows/package.yml b/.github/workflows/package.yml index c0a3dfb..97931c3 100644 --- a/.github/workflows/package.yml +++ b/.github/workflows/package.yml @@ -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"