fix: build on Go 1.25.6
Signed-off-by: Deluan <deluan@navidrome.org>
This commit is contained in:
parent
8485371ad3
commit
84bf4fac04
1 changed files with 1 additions and 0 deletions
1
.github/workflows/pipeline.yml
vendored
1
.github/workflows/pipeline.yml
vendored
|
|
@ -15,6 +15,7 @@ concurrency:
|
|||
|
||||
env:
|
||||
CROSS_TAGLIB_VERSION: "2.1.1-1"
|
||||
CGO_CFLAGS_ALLOW: "--define-prefix"
|
||||
IS_RELEASE: ${{ startsWith(github.ref, 'refs/tags/') && 'true' || 'false' }}
|
||||
|
||||
jobs:
|
||||
|
|
|
|||
Loading…
Reference in a new issue