Skip to content

Commit

Permalink
Update go.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
quexten authored Dec 23, 2023
1 parent d4172ca commit 94afc60
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Install libfido2-dev
run: sudo apt-get install -y libfido2-dev
- name: Install gio dependencies
run: sudo apt-get install -y gcc pkg-config libwayland-dev libx11-dev libx11-xcb-dev libxkbcommon-x11-dev libgles2-mesa-dev libegl1-mesa-dev libffi-dev libxcursor-dev libvulkan-dev
run: sudo apt-get install -y gcc pkg-config
- name: Build
run: go build -v .
- name: Test
Expand All @@ -41,9 +41,9 @@ jobs:
with:
go-version: '1.20'
- name: Build
run: go build -tags "nofido2 noautofill" -v .
run: go build -tags "nofido2" -v .
- name: Test
run: go test -tags "nofido2 noautofill" -v .
run: go test -tags "nofido2" -v .
- uses: actions/upload-artifact@v3
with:
name: goldwarden-macos
Expand All @@ -59,10 +59,10 @@ jobs:
with:
go-version: '1.20'
- name: Build
run: go build -tags "nofido2 noautofill" -v .
run: go build -tags "nofido2" -v .
- name: Test
run: go test -tags "nofido2 noautofill" -v .
run: go test -tags "nofido2" -v .
- uses: actions/upload-artifact@v3
with:
name: goldwarden-windows.exe
path: ./goldwarden.exe
path: ./goldwarden.exe

0 comments on commit 94afc60

Please sign in to comment.