Skip to content

Commit

Permalink
Update go.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lmangani authored Oct 1, 2024
1 parent 23c1b1b commit c3902fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,15 @@ jobs:
go build -v -o duckserver_magic server_magic.go
- name: Patch glibc for backwards compatibility
uses: lmangani/[email protected].3
uses: lmangani/[email protected].4
continue-on-error: true
id: polyfill
with:
glibc: "2.28"
target: "/github/workspace/go/duckserver"

- name: Patch glibc for backwards compatibility
uses: lmangani/[email protected].3
uses: lmangani/[email protected].4
continue-on-error: true
with:
glibc: "2.27"
Expand Down

0 comments on commit c3902fc

Please sign in to comment.