Skip to content

Commit

Permalink
CI: add CGO_LDFLAGS env var in build-server.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
RutsuKun committed Dec 5, 2023
1 parent d2756ed commit a184df8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-server.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: Build Server
on: [push, pull_request, workflow_dispatch]
env:
CGO_LDFLAGS: -Wl,--no-as-needed
jobs:
build:
runs-on: ${{matrix.os}}
Expand Down

0 comments on commit a184df8

Please sign in to comment.