From: Matt Joiner Date: Mon, 12 May 2025 09:59:12 +0000 (+1000) Subject: Fix static linking for Linux X-Git-Tag: v1.59.0~149 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=a075271a755e1363f25be2b3d801265f1903211b;p=btrtrc.git Fix static linking for Linux --- diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 9a1331b6..8917a4ed 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -6,7 +6,7 @@ jobs: test: runs-on: ${{ matrix.os }} env: - CGO_LDFLAGS: "-Lstorage/possum/lib/target/debug -lpossum" + CGO_LDFLAGS: storage/possum/lib/target/debug/libpossum.a strategy: matrix: go-version: ["1.24"]