Skip to content

Commit

Permalink
fix(nfc): 6 try
Browse files Browse the repository at this point in the history
  • Loading branch information
yyewolf committed Nov 1, 2023
1 parent 042efd0 commit 91a601c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/nfc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
goos: ${{ matrix.goos }}
goarch: ${{ matrix.goarch }}
goversion: "https://dl.google.com/go/go1.21.2.linux-amd64.tar.gz"
project_path: "./cmd/cli"
binary_name: "go-safe-cli"
extra_files: LICENSE.md README.md
project_path: "./nfc"
binary_name: "nfc"
extra_files: LICENSE.md
pre_command: apt-get update && apt-get install -y pcscd libpcsclite-dev gcc pkg-config && export CGO_ENABLED=1

0 comments on commit 91a601c

Please sign in to comment.