Skip to content

Commit c15d8ad

Browse files
authored
Update go.yml
1 parent 19652f9 commit c15d8ad

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/go.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,11 @@ jobs:
3434
3535
- name: Patch glibc for backwards compatibility
3636
uses: lmangani/polyfill-glibc-action@1.1.1
37+
continue-on-error: true
3738
id: polyfill
3839
with:
3940
glibc: "2.28"
40-
target: "${{ github.workspace }}/go/duckserver"
41+
target: "/github/workspace/go/duckserver"
4142

4243
- name: Upload Release Binary
4344
uses: alexellis/upload-assets@0.4.0

0 commit comments

Comments
 (0)