From 94afc605434ff33f3c126d03943c9a17cb29907c Mon Sep 17 00:00:00 2001 From: Bernd Schoolmann Date: Sat, 23 Dec 2023 14:17:36 +0100 Subject: [PATCH] Update go.yml --- .github/workflows/go.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 1111602..55a9df8 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -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 @@ -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 @@ -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 \ No newline at end of file + path: ./goldwarden.exe