Add Fido2 to windows ci

This commit is contained in:
Bernd Schoolmann 2024-02-04 10:05:13 +01:00 committed by GitHub
parent 8a3cb53e77
commit 249bbedc13
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 0 deletions

View File

@ -111,6 +111,10 @@ jobs:
with:
go-version: ${{ env.GO_VERSION }}
- uses: MinoruSekine/setup-scoop@v2
- name: Fido2
run: |
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 .
- uses: actions/upload-artifact@v3