fixed libbtrfs-dev package name in pipeline
ci/woodpecker/push/woodpecker Pipeline failed Details

why
Johannes Bülow 2024-01-29 10:10:48 +01:00
parent 11d823208d
commit 41b548093f
Signed by untrusted user who does not match committer: jmb
GPG Key ID: B56971CF7B8F83A6
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ steps:
image: docker.io/golang:bookworm image: docker.io/golang:bookworm
commands: commands:
- apt-get update - apt-get update
- apt-get install -y make gcc libgpgme-dev build-essential pkgconf pkgconf-bin libdevmapper-dev libbrtrfs-dev - apt-get install -y make gcc libgpgme-dev build-essential pkgconf pkgconf-bin libdevmapper-dev libbtrfs-dev
- go mod download - go mod download
- go mod tidy - go mod tidy
- CGO_ENABLED=1 go build -buildvcs=true . - CGO_ENABLED=1 go build -buildvcs=true .