Skip to content

Commit

Permalink
fix(nfx): 5 try
Browse files Browse the repository at this point in the history
  • Loading branch information
yyewolf committed Nov 1, 2023
1 parent 6d850d4 commit 042efd0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/nfc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,5 @@ jobs:
project_path: "./cmd/cli"
binary_name: "go-safe-cli"
extra_files: LICENSE.md README.md
pre_command: apt-get update && apt-get install -y pcscd libpcsclite-dev gcc
build_command: |
CGO_ENABLED=1 go build
pre_command: apt-get update && apt-get install -y pcscd libpcsclite-dev gcc pkg-config && export CGO_ENABLED=1

0 comments on commit 042efd0

Please sign in to comment.