Enable fido2 on windows ci builds
This commit is contained in:
parent
249bbedc13
commit
2f200a2794
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue