Actually just three programming languages in a trenchcoat

try fixing env var

+2 -2
+2 -2
.tangled/workflows/rust.yml
··· 20 20 - name: "Format" 21 21 command: "cargo fmt -- --check" 22 22 - name: "Clippy" 23 - command: "cargo clippy -- -D warnings" 23 + command: "LLVM_SYS_191_PREFIX=$(llvm-config --prefix) cargo clippy -- -D warnings" 24 24 - name: "Test" 25 - command: "cargo test" 25 + command: "LLVM_SYS_191_PREFIX=$(llvm-config --prefix) cargo test"