diff --git a/Justfile b/Justfile index 93dd82a..05140c0 100644 --- a/Justfile +++ b/Justfile @@ -1,5 +1,7 @@ set positional-arguments +set shell := ["/bin/bash", "-c"] + static_target := "x86_64-unknown-linux-musl" check: fmt-check lint test