Return of honkbot, in Rust. Hopefully it won't die all the time.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

ci: set PKG_CONFIG_PATH for openssl

goose.art 26836d39 8356f6ce

+2 -1
+2 -1
.tangled/workflows/build.yaml
··· 10 10 - cargo 11 11 - gcc 12 12 - pkg-config 13 - - openssl 13 + - openssl.dev 14 14 - cacert 15 15 - buildah 16 16 - fuse-overlayfs ··· 24 24 steps: 25 25 - name: "build rust binary" 26 26 command: | 27 + export PKG_CONFIG_PATH=$(find /nix/store -path '*/lib/pkgconfig' -maxdepth 4 2>/dev/null | tr '\n' ':') 27 28 cargo build --release 28 29 29 30 - name: "build and push container image"