Skip to content

Commit

Permalink
Added openssl_fips to correct command
Browse files Browse the repository at this point in the history
  • Loading branch information
Mstiekema committed Dec 11, 2023
1 parent 094ee20 commit e92ab9d
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 @@ -23,8 +23,8 @@ jobs:
- 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: "npm install --openssl_fips=''"
- run: "npm install @pokusew/pcsclite --build-from-source --openssl_fips=''"
- run: "./node_modules/.bin/electron-rebuild"

- run: "npm run build"
Expand Down

0 comments on commit e92ab9d

Please sign in to comment.