Enable fido2 on windows ci builds

This commit is contained in:
Bernd Schoolmann 2024-02-04 10:07:03 +01:00 committed by GitHub
parent 249bbedc13
commit 2f200a2794
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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