Add Fido2 to windows ci
This commit is contained in:
parent
8a3cb53e77
commit
249bbedc13
1 changed files with 4 additions and 0 deletions
4
.github/workflows/go.yml
vendored
4
.github/workflows/go.yml
vendored
|
|
@ -111,6 +111,10 @@ jobs:
|
||||||
with:
|
with:
|
||||||
go-version: ${{ env.GO_VERSION }}
|
go-version: ${{ env.GO_VERSION }}
|
||||||
- uses: MinoruSekine/setup-scoop@v2
|
- 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
|
- name: Build
|
||||||
run: go build -tags "nofido2" -o "goldwarden_windows_x86_64.exe" -v .
|
run: go build -tags "nofido2" -o "goldwarden_windows_x86_64.exe" -v .
|
||||||
- uses: actions/upload-artifact@v3
|
- uses: actions/upload-artifact@v3
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue