From c15d8ad30738d9a3c5f6981b5b80e44c793a1224 Mon Sep 17 00:00:00 2001 From: Lorenzo Mangani Date: Tue, 24 Sep 2024 16:47:16 +0200 Subject: [PATCH] Update go.yml --- .github/workflows/go.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 853d24a..ffaf470 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -34,10 +34,11 @@ jobs: - name: Patch glibc for backwards compatibility uses: lmangani/polyfill-glibc-action@1.1.1 + continue-on-error: true id: polyfill with: glibc: "2.28" - target: "${{ github.workspace }}/go/duckserver" + target: "/github/workspace/go/duckserver" - name: Upload Release Binary uses: alexellis/upload-assets@0.4.0