interactive intro to open social

fix: use echo to expand glob for PKG_CONFIG_PATH

Changed files
+1 -1
.tangled
workflows
+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