mirror of
https://github.com/quexten/goldwarden.git
synced 2025-01-29 19:20:17 +01:00
Add Fido2 to windows ci
This commit is contained in:
parent
8a3cb53e77
commit
249bbedc13
4
.github/workflows/go.yml
vendored
4
.github/workflows/go.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user