Add scoop to windows ci
This commit is contained in:
parent
490c4982c3
commit
8a3cb53e77
|
@ -110,6 +110,7 @@ jobs:
|
||||||
uses: actions/setup-go@v4
|
uses: actions/setup-go@v4
|
||||||
with:
|
with:
|
||||||
go-version: ${{ env.GO_VERSION }}
|
go-version: ${{ env.GO_VERSION }}
|
||||||
|
- uses: MinoruSekine/setup-scoop@v2
|
||||||
- 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 New Issue