tangled
alpha
login
or
join now
zzstoatzz.io
/
at-me
interactive intro to open social
20
fork
atom
overview
issues
3
pulls
pipelines
fix: use echo to expand glob for PKG_CONFIG_PATH
zzstoatzz.io
2 months ago
da5c36ba
b3c2812b
1/1
check.yaml
success
50s
options
unified
split
Changed files
+1
-1
.tangled
workflows
check.yaml
+1
-1
.tangled/workflows/check.yaml
···
21
21
22
22
- name: run clippy
23
23
command: |
24
24
-
export PKG_CONFIG_PATH=/nix/store/*openssl*-dev/lib/pkgconfig
24
24
+
export PKG_CONFIG_PATH=$(echo /nix/store/*openssl*-dev/lib/pkgconfig)
25
25
cargo clippy -- -D warnings