Add homebrew to macos ci
This commit is contained in:
parent
f135e8b302
commit
64f1174474
6
.github/workflows/go.yml
vendored
6
.github/workflows/go.yml
vendored
@ -68,6 +68,9 @@ jobs:
|
|||||||
uses: actions/setup-go@v4
|
uses: actions/setup-go@v4
|
||||||
with:
|
with:
|
||||||
go-version: ${{ env.GO_VERSION }}
|
go-version: ${{ env.GO_VERSION }}
|
||||||
|
- name: Set up Homebrew
|
||||||
|
id: set-up-homebrew
|
||||||
|
uses: Homebrew/actions/setup-homebrew@master
|
||||||
- name: Build
|
- name: Build
|
||||||
run: go build -tags "nofido2" -o "goldwarden_macos_x86_64" -v .
|
run: go build -tags "nofido2" -o "goldwarden_macos_x86_64" -v .
|
||||||
- uses: actions/upload-artifact@v3
|
- uses: actions/upload-artifact@v3
|
||||||
@ -84,6 +87,9 @@ jobs:
|
|||||||
uses: actions/setup-go@v4
|
uses: actions/setup-go@v4
|
||||||
with:
|
with:
|
||||||
go-version: ${{ env.GO_VERSION }}
|
go-version: ${{ env.GO_VERSION }}
|
||||||
|
- name: Set up Homebrew
|
||||||
|
id: set-up-homebrew
|
||||||
|
uses: Homebrew/actions/setup-homebrew@master
|
||||||
- name: Build
|
- name: Build
|
||||||
run: go build -tags "nofido2" -o "goldwarden_macos_aarch64" -v .
|
run: go build -tags "nofido2" -o "goldwarden_macos_aarch64" -v .
|
||||||
- uses: actions/upload-artifact@v3
|
- uses: actions/upload-artifact@v3
|
||||||
|
Loading…
x
Reference in New Issue
Block a user