]> Sergey Matveev's repositories - btrtrc.git/commitdiff
Remove unnecessary CGO_LDFLAGS in CI
authorMatt Joiner <anacrolix@gmail.com>
Fri, 30 May 2025 08:47:25 +0000 (18:47 +1000)
committerMatt Joiner <anacrolix@gmail.com>
Fri, 30 May 2025 08:47:29 +0000 (18:47 +1000)
.github/workflows/go.yml

index 32b2ccfe0cac69fe187afbff5e250264d25e50f5..2e4808dae36b509dac410f2bf942cc2141f719b3 100644 (file)
@@ -5,8 +5,6 @@ on: [push, pull_request]
 jobs:
   test:
     runs-on: ${{ matrix.os }}
-    env:
-      CGO_LDFLAGS: storage/possum/lib/target/debug/libpossum.a
     strategy:
       matrix:
         go-version: ["1.24"]