+2
.tangled/workflows/check.yaml
+2
.tangled/workflows/check.yaml
···
17
17
steps:
18
18
- name: check formatting
19
19
command: |
20
+
export PKG_CONFIG_PATH=$(find /nix/store -maxdepth 1 -name "*openssl*-dev" -type d | head -1)/lib/pkgconfig
20
21
cargo fmt --check
21
22
22
23
- name: run clippy
23
24
command: |
25
+
export PKG_CONFIG_PATH=$(find /nix/store -maxdepth 1 -name "*openssl*-dev" -type d | head -1)/lib/pkgconfig
24
26
cargo clippy -- -D warnings