From 86f62ee1ef0c2215c87cfe145620eeebcd77ec3a Mon Sep 17 00:00:00 2001 From: Matt Joiner Date: Mon, 12 May 2025 13:23:27 +1000 Subject: [PATCH] Add LDFLAGS for possum --- .github/workflows/go.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index d1d216bd..e81836ad 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -5,6 +5,8 @@ on: [push, pull_request] jobs: test: runs-on: ${{ matrix.os }} + env: + CGO_LDFLAGS: "-Lstorage/possum/lib/target/debug -lpossum" strategy: matrix: go-version: ["1.22", "1.23", "1.24"] -- 2.51.0