Skip to content

Commit

Permalink
Enable fido2 on windows ci builds
Browse files Browse the repository at this point in the history
  • Loading branch information
quexten authored Feb 4, 2024
1 parent 249bbed commit 2f200a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:
scoop bucket add keys.pub https://github.com/keys-pub/scoop-bucket
scoop install libfido2
- name: Build
run: go build -tags "nofido2" -o "goldwarden_windows_x86_64.exe" -v .
run: go build -o "goldwarden_windows_x86_64.exe" -v .
- uses: actions/upload-artifact@v3
with:
name: goldwarden-windows_x86_64.exe
Expand Down

0 comments on commit 2f200a2

Please sign in to comment.