Skip to content

Commit

Permalink
Added debug to rebuild, downgraded node
Browse files Browse the repository at this point in the history
  • Loading branch information
Mstiekema committed Dec 11, 2023
1 parent 70e458b commit e89aca4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ jobs:
- name: "Use appropriate Node.js"
uses: "actions/setup-node@v3"
with:
node-version: "17.0.1"
node-version: "14.18.1"
cache: 'npm'

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

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

- run: "npm run build"

Expand Down

0 comments on commit e89aca4

Please sign in to comment.