interactive intro to open social at-me.zzstoatzz.io
25
fork

Configure Feed

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

fix: use echo to expand glob for PKG_CONFIG_PATH

zzstoatzz da5c36ba b3c2812b

+1 -1
+1 -1
.tangled/workflows/check.yaml
··· 21 21 22 22 - name: run clippy 23 23 command: | 24 - export PKG_CONFIG_PATH=/nix/store/*openssl*-dev/lib/pkgconfig 24 + export PKG_CONFIG_PATH=$(echo /nix/store/*openssl*-dev/lib/pkgconfig) 25 25 cargo clippy -- -D warnings